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

This commit is contained in:
Campbell Barton 2019-06-14 12:59:14 +10:00
parent 8ac0fef4df
commit accd8d005b

@ -1085,8 +1085,8 @@ static int arg_handle_debug_fpe_set(int UNUSED(argc),
} }
static const char arg_handle_app_template_doc[] = static const char arg_handle_app_template_doc[] =
"\n\t" "<template>\n"
"Set the application template, use 'default' for none."; "\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)) static int arg_handle_app_template(int argc, const char **argv, void *UNUSED(data))
{ {
if (argc > 1) { if (argc > 1) {