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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-04-27 05:44:43 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-04-27 05:48:18 +0300
commita6b9bd023b18d8fbf75da6b886312f1ba41302fd (patch)
tree295e41f9b85451298406c61cc6500a38b5802c39 /source/creator
parent7c1263c1ee3f4ff18be3a5aab4e02818a361db50 (diff)
Fix T51328: Add note to cmdline help that threads must be first
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 658a0b2db08..89ffbd3d37e 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1163,6 +1163,7 @@ 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))
{