diff options
Diffstat (limited to 'tools/cru-py/cru/service/_template.py')
-rw-r--r-- | tools/cru-py/cru/service/_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cru-py/cru/service/_template.py b/tools/cru-py/cru/service/_template.py index 3ffb15e..cc7fddf 100644 --- a/tools/cru-py/cru/service/_template.py +++ b/tools/cru-py/cru/service/_template.py @@ -59,7 +59,7 @@ class TemplateManager(AppCommandFeatureProvider): ) def get_command_info(self): - return ("template", "Template Management") + return ("template", "Manage templates.") def setup_arg_parser(self, arg_parser): subparsers = arg_parser.add_subparsers(dest="template_command") |