From 767859f3bff36efdeeba2ec2e71e33567133cba2 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 10 Nov 2024 14:15:34 +0100 Subject: [PATCH] pkgs/cli: Fix help string of `clan machines create` --- pkgs/clan-cli/clan_cli/machines/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/machines/create.py b/pkgs/clan-cli/clan_cli/machines/create.py index 4b7d8bcb1..85e0cd9df 100644 --- a/pkgs/clan-cli/clan_cli/machines/create.py +++ b/pkgs/clan-cli/clan_cli/machines/create.py @@ -170,7 +170,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",