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:
authorStephen Swaney <sswaney@centurytel.net>2008-03-03 16:34:31 +0300
committerStephen Swaney <sswaney@centurytel.net>2008-03-03 16:34:31 +0300
commitd6151609f97753fb17121a2009cc44b4f8df59c5 (patch)
tree7d8a3b843c90ff25076f2c524912cadd21a40fad /source/creator
parent6b677bcfabd642d308bf206937f0b186d2aae1e0 (diff)
Minor corrections to 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 6a6228bcd3d..ddcdeb0741d 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -226,7 +226,7 @@ static void print_help(void)
printf (" -v\t\tPrint Blender version and exit\n");
printf (" --\t\tEnds option processing. Following arguments are \n");
printf (" \t\t passed unchanged. Access via Python's sys.argv\n");
- printf ("\nNote: Arguments must be seperated by white. eg:\n");
+ printf ("\nNote: Arguments must be separated by white space. eg:\n");
printf (" \"blender -ba test.blend\"\n");
printf (" ...will ignore the 'a'\n");
printf (" \"blender -b test.blend -f8\"\n");