Rename option --vars to --show-variables.

develop
Mike Hiretsky 13 years ago
parent 57ee00e91a
commit 2e74407d9b

@ -282,7 +282,7 @@ class opt(optparse.OptionParser):
}] }]
variable_view = \ variable_view = \
[{'shortOption':"v", [{'shortOption':"v",
'longOption':"vars", 'longOption':"show-variables",
'action':'count', 'action':'count',
'help':_("print variables, if the two options is verbose " 'help':_("print variables, if the two options is verbose "
"(added print hidden variables)") "(added print hidden variables)")
@ -290,11 +290,11 @@ class opt(optparse.OptionParser):
{'longOption':"filter", {'longOption':"filter",
'optVal':"FILTER", 'optVal':"FILTER",
'help':_("filtered variables (as a regular expression is used *), \ 'help':_("filtered variables (as a regular expression is used *), \
is used in conjunction with the options '-v --vars'") is used in conjunction with the options '-v --show-variables'")
}, },
{'longOption':"xml", {'longOption':"xml",
'help':_("output variables in the format of XML, \ 'help':_("output variables in the format of XML, \
is used in conjunction with the option '-v --vars'") is used in conjunction with the option '-v --show-variables'")
}] }]
variable_control = variable_set + variable_view variable_control = variable_set + variable_view

Loading…
Cancel
Save