Skip to content
Snippets Groups Projects
Commit b3f287c8 authored by Guido Trotter's avatar Guido Trotter
Browse files

Fix --skip-stop-instances help message


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 1fb5f905
No related merge requests found
...@@ -85,8 +85,8 @@ SKIP_STOP_INSTANCES_OPT = cli.cli_option("--skip-stop-instances", default=True, ...@@ -85,8 +85,8 @@ SKIP_STOP_INSTANCES_OPT = cli.cli_option("--skip-stop-instances", default=True,
action="store_false", type="boolean", action="store_false", type="boolean",
dest="stop_instances", dest="stop_instances",
help=("Don't stop the instances on the" help=("Don't stop the instances on the"
" clusters, but just to check" " clusters, just check that none"
" that none is running")) " is running"))
def Flatten(unflattened_list): def Flatten(unflattened_list):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment