Minor corrections to help message.

This commit is contained in:
Stephen Swaney
2008-03-03 13:34:31 +00:00
parent 6b677bcfab
commit d6151609f9

View File

@@ -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");