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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-15 01:50:15 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-15 01:50:15 +0400
commitcfc351afee68d99e65c74af450afd7bf82abcdf2 (patch)
tree80b72e483535b24160301b96f361a25f524236e8 /source/creator
parentbc993fcd55069906c43e1840003bb9a4f394e269 (diff)
parentcd6332ca1ef3eab73a9db312ba7a790902391c4b (diff)
Merged changes in the trunk up to revision 28772.
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 383211a000a..85a3eb136a3 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -225,7 +225,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");