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-03-14 21:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-14 21:08:12 +0300
commitd8d92b5d93e3553150fe9f28f1efbc4c3534c395 (patch)
tree90bad0e4184e7527f59a65c368eba461d804b40a /source/creator/creator.c
parenta892bd6976be9e73796a320a36246171ddc59da0 (diff)
user preference to disable the splash screen
Diffstat (limited to 'source/creator/creator.c')
-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 91b4ed09b40..bf45a89fa5b 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -196,7 +196,7 @@ static int print_help(int argc, char **argv, void *data)
printf ("Blender %d.%02d (sub %d) Build\n", BLENDER_VERSION/100, BLENDER_VERSION%100, BLENDER_SUBVERSION);
printf ("Usage: blender [args ...] [file] [args ...]\n");
printf ("\nRender options:\n");
- printf (" -b <file>\tRender <file> in background (doesn't load the user defaults .B.blend file)\n");
+ printf (" -b <file>\tLoad <file> in background (often used for background rendering)\n");
printf (" -a render frames from start to end (inclusive), only works when used after -b\n");
printf (" -S <name>\tSet scene <name>\n");
printf (" -f <frame>\tRender frame <frame> and save it\n");