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>2019-06-18 11:34:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-18 13:59:50 +0300
commitd1297e01acdca231bbaf367fc19280821efde209 (patch)
treedd97fbde89e930ab5bd8eccf9b17d4524f9cb041 /source/creator
parentaf1e94413ab67c1880a5c0d2306159ca68ce339c (diff)
Docs: correct --help text
Also correct description indentation.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index e60e104d184..24aae3d1fc2 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -650,10 +650,7 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
printf("Argument Parsing:\n");
printf("\tArguments must be separated by white space, eg:\n");
printf("\t# blender -ba test.blend\n");
- printf("\t...will ignore the 'a'.\n");
- printf("\t# blender -b test.blend -f8\n");
- printf(
- "\t...will ignore '8' because there is no space between the '-f' and the frame value.\n\n");
+ printf("\t...will exit since '-ba' is an unknown argument.\n");
printf("Argument Order:\n");
printf("\tArguments are executed in the order they are given. eg:\n");