Merge pull request 'clan(help): standardise on machine capitalisation' (#1276) from a-kenji-clan-help/standardize into main

This commit is contained in:
clan-bot
2024-04-26 10:14:35 +00:00

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)