Fix: mgrctl vm6 cli help messages

This commit is contained in:
2024-06-07 00:03:44 +09:00
parent f773898b71
commit dc6e61dcbe
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from mgrctl.apps.vm6 import __version__
@click.group(
cls=LazyGroup,
lazy_subcommands=INSTALLED_APPS['vm6'],
help='vm6 command for lazy example',
help='vm6 command for VM6manager management',
)
@click.version_option(
version=__version__,