1
0
forked from clan/clan-core

clan(help): standardise on machine capitalisation

This commit is contained in:
a-kenji 2024-04-26 12:07:09 +02:00
parent 4602c06835
commit 95f93d8800

View File

@ -107,7 +107,7 @@ def create_parser(prog: str | None = None) -> argparse.ArgumentParser:
facts.register_parser(parser_facts)
parser_machine = subparsers.add_parser(
"machines", help="Manage machines and their configuration"
"machines", help="manage machines and their configuration"
)
machines.register_parser(parser_machine)