pkgs/cli: Fix help string of clan machines create
This commit is contained in:
@@ -170,7 +170,7 @@ def register_create_parser(parser: argparse.ArgumentParser) -> None:
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"machine_name",
|
"machine_name",
|
||||||
type=str,
|
type=str,
|
||||||
help="The name of the machine to import",
|
help="The name of the machine to create",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--tags",
|
"--tags",
|
||||||
|
|||||||
Reference in New Issue
Block a user