Revert "Fix T51328: Add note to cmdline help that threads must be first"

The help message already notes that argument order matters,
and this doesn't need to be the first.
This commit is contained in:
Campbell Barton 2017-04-27 21:48:01 +10:00
parent bdf8ad6c4e
commit e9ccc98877
Notes: blender-bot 2023-02-14 10:21:10 +01:00
Referenced by issue #51328, Thread command line argument ignored
1 changed files with 0 additions and 1 deletions

View File

@ -1163,7 +1163,6 @@ static const char arg_handle_threads_set_doc[] =
"<threads>\n"
"\tUse amount of <threads> for rendering and other operations\n"
"\t[1-" STRINGIFY(BLENDER_MAX_THREADS) "], 0 for systems processor count."
"(This must be the first argument)"
;
static int arg_handle_threads_set(int argc, const char **argv, void *UNUSED(data))
{