Skip to content
Snippets Groups Projects
Commit 79f7be7b authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix small typo.

Reviewed-by: imsnah
parent dd4b1106
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ def DestroyCluster(opts, args): ...@@ -53,7 +53,7 @@ def DestroyCluster(opts, args):
""" """
if not opts.yes_do_it: if not opts.yes_do_it:
print ("Destroying a cluster is irreversibly. If you really want destroy" print ("Destroying a cluster is irreversibly. If you really want destroy"
"this cluster, supply the --yes-do-it option.") " this cluster, supply the --yes-do-it option.")
return 1 return 1
op = opcodes.OpDestroyCluster() op = opcodes.OpDestroyCluster()
......
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