diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-11 17:01:20 +0800 |
commit | 9ca818450a89b98c1de063b15ffbd3e7c6615f50 (patch) | |
tree | a5cdbb5fb3ac2ff609efc822e294182dcaa0876d /tools/cru-py/cru/service/_template.py | |
parent | 8b1a639b587298b2116f8c05b165af3cf99ddac0 (diff) | |
download | crupest-9ca818450a89b98c1de063b15ffbd3e7c6615f50.tar.gz crupest-9ca818450a89b98c1de063b15ffbd3e7c6615f50.tar.bz2 crupest-9ca818450a89b98c1de063b15ffbd3e7c6615f50.zip |
HALF WORK: 2024.1.11 - 2
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") |