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 | b9788b23bbd000d2a2d14402b4e2abacd5a57365 (patch) | |
tree | a5cdbb5fb3ac2ff609efc822e294182dcaa0876d /tools/cru-py/cru/service/_template.py | |
parent | 0d7dd933dfab91faf1a42b7883eb059d7fb31d80 (diff) | |
download | crupest-b9788b23bbd000d2a2d14402b4e2abacd5a57365.tar.gz crupest-b9788b23bbd000d2a2d14402b4e2abacd5a57365.tar.bz2 crupest-b9788b23bbd000d2a2d14402b4e2abacd5a57365.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") |