From e9ccc988773719404006aab85f6f7f423e66fb1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 27 Apr 2017 21:48:01 +1000 Subject: 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. --- source/creator/creator_args.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/creator') 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[] = "\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