Merge pull request 'clan(help): standardise on machine capitalisation' (#1276) from a-kenji-clan-help/standardize into main
All checks were successful
checks / checks (push) Successful in 43s
checks / checks-impure (push) Successful in 2m4s

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

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)