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>2010-05-14 18:53:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-14 18:53:00 +0400
commit9fd9ea135b74beb8c372f45e85ee58f4013831ba (patch)
treea3a15fd9b0b02c7c05f5f7b9c3cf193c8c905a92 /source/creator
parent5b4f264bad786684841e9c23256181cc39c1ccca (diff)
noticed thread count was wrong in help message.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 3070bf0462d..7544c3f8ff9 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -223,7 +223,7 @@ static int print_help(int argc, char **argv, void *data)
printf (" \tHDR TIFF EXR MULTILAYER MPEG AVICODEC QUICKTIME CINEON DPX DDS\n");
printf (" -x <bool>\tSet option to add the file extension to the end of the file.\n");
printf (" -t <threads>\tUse amount of <threads> for rendering (background mode only).\n");
- printf (" [1-8], 0 for systems processor count.\n");
+ printf (" [1-%d], 0 for systems processor count.\n", BLENDER_MAX_THREADS);
printf ("\nAnimation playback options:\n");
printf (" -a <options> <file(s)>\tPlayback <file(s)>, only operates this way when -b is not used.\n");
printf (" -p <sx> <sy>\tOpen with lower left corner at <sx>, <sy>\n");