diff --git a/source/creator/creator.c b/source/creator/creator.c index 7e592552e2c..8559a08d8b6 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -1378,7 +1378,7 @@ static void setupArguments(bContext *C, bArgs *ba, SYS_SystemHandle *syshandle) #undef PY_ENABLE_AUTO #undef PY_DISABLE_AUTO - BLI_argsAdd(ba, 1, "-b", "--background", "\n\tLoad in background (often used for UI-less rendering)", background_mode, NULL); + BLI_argsAdd(ba, 1, "-b", "--background", "\n\tRun in background (often used for UI-less rendering)", background_mode, NULL); BLI_argsAdd(ba, 1, "-a", NULL, playback_doc, playback_mode, NULL);