Wrong help text

This commit is contained in:
Micke Nordin 2024-02-22 08:31:50 +01:00
parent c4ad09c4f3
commit f3e93b7e1a

View file

@ -78,7 +78,7 @@ def get_options() -> dict:
)
create_parser.add_argument(
"--sgroup",
help="Set security group for machine",
help="Set server group for machine",
default="",
)
create_parser.add_argument(