Merge pull request 'pkgs/cli: Fix help string of clan machines create' (#2350) from kenji/clan-core:kenji-fix-naming-create into main
This commit is contained in:
@@ -174,7 +174,7 @@ def register_create_parser(parser: argparse.ArgumentParser) -> None:
|
||||
parser.add_argument(
|
||||
"machine_name",
|
||||
type=str,
|
||||
help="The name of the machine to import",
|
||||
help="The name of the machine to create",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--tags",
|
||||
|
||||
Reference in New Issue
Block a user