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
1c2d87fc
Commit
1c2d87fc
authored
Apr 08, 2008
by
Michael Hanselmann
Browse files
Add more explicit help for command line
Reviewed-by: iustinp
parent
f97c7901
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/cfgupgrade
View file @
1c2d87fc
...
...
@@ -170,7 +170,7 @@ if __name__ == "__main__":
program
=
os
.
path
.
basename
(
sys
.
argv
[
0
])
# Option parsing
parser
=
optparse
.
OptionParser
()
parser
=
optparse
.
OptionParser
(
usage
=
"%prog [options] <config-file>"
)
parser
.
add_option
(
'--dry-run'
,
dest
=
'dry_run'
,
action
=
"store_true"
,
help
=
"Try to do the conversion, but don't write"
...
...
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