Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
79f7be7b
Commit
79f7be7b
authored
Jul 23, 2007
by
Iustin Pop
Browse files
Fix small typo.
Reviewed-by: imsnah
parent
dd4b1106
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gnt-cluster
View file @
79f7be7b
...
...
@@ -53,7 +53,7 @@ def DestroyCluster(opts, args):
"""
if
not
opts
.
yes_do_it
:
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
op
=
opcodes
.
OpDestroyCluster
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment