[Bf-blender-cvs] [accd8d005bb] master: Docs: minor improvements to --app-template help text

Campbell Barton noreply at git.blender.org
Fri Jun 14 05:00:01 CEST 2019


Commit: accd8d005bba1a78566b19f368b6485a698c9f68
Author: Campbell Barton
Date:   Fri Jun 14 12:59:14 2019 +1000
Branches: master
https://developer.blender.org/rBaccd8d005bba1a78566b19f368b6485a698c9f68

Docs: minor improvements to --app-template help text

===================================================================

M	source/creator/creator_args.c

===================================================================

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) {



More information about the Bf-blender-cvs mailing list