This commit is contained in:
ampotos 2013-08-13 14:51:32 +02:00
parent b602ef0a73
commit 7a05ac6e53

View File

@ -44,7 +44,7 @@ def cmdLineParser():
parser.add_option("-v", dest="verbose", type="int", parser.add_option("-v", dest="verbose", type="int",
help="Verbosity level: 0-6 (default %d)" % defaults.verbose) help="Verbosity level: 0-6 (default %d)" % defaults.verbose)
# Target options # Target options
target = OptionGroup(parser, "Target", "At least one of these " target = OptionGroup(parser, "Target", "At least one of these "
"options has to be provided to set the target(s)") "options has to be provided to set the target(s)")