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-14 05:59:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-14 05:59:14 +0300
commitaccd8d005bba1a78566b19f368b6485a698c9f68 (patch)
tree9d3d8e3a5947ba87121fa224c36420369ca995a9 /source/creator/creator_args.c
parent8ac0fef4dfd142ec3d185fd3572abea948e664c9 (diff)
Docs: minor improvements to --app-template help text
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index c1dd87507d4..11257cce670 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1085,8 +1085,8 @@ static int arg_handle_debug_fpe_set(int UNUSED(argc),
}
static const char arg_handle_app_template_doc[] =
- "\n\t"
- "Set the application template, use 'default' for none.";
+ "<template>\n"
+ "\tSet the application template (matching the directory name), use 'default' for none.";
static int arg_handle_app_template(int argc, const char **argv, void *UNUSED(data))
{
if (argc > 1) {