Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-04-27 14:48:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-27 14:48:06 +0300
commite9ccc988773719404006aab85f6f7f423e66fb1f (patch)
treec5ab5c6ef1407635809dcc01f1d17ff0d68e4ada
parentbdf8ad6c4e521884a544f6dbfa244c27720cd4bb (diff)
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.
-rw-r--r--source/creator/creator_args.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 89ffbd3d37e..658a0b2db08 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -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))
{