From a6b9bd023b18d8fbf75da6b886312f1ba41302fd Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 26 Apr 2017 22:44:43 -0400 Subject: Fix T51328: Add note to cmdline help that threads must be first --- source/creator/creator_args.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/creator') 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[] = "\n" "\tUse amount of 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)) { -- cgit v1.2.3