- Added bounds settings.

- Improved flags' help text.
This commit is contained in:
ccremers
2005-03-14 10:19:59 +00:00
parent e73a08a056
commit 1473cb301e
2 changed files with 17 additions and 9 deletions

View File

@@ -531,7 +531,7 @@ def main():
help = "test for all matching methods")
parser.add_option("-p","--protocols", dest="protocols",
default = 0,
help = "protocol selection (0: all, 1:literature only)")
help = "protocol selection (0: all, 1:literature only, 2:literature without know attacks)")
parser.add_option("-B","--disable-progressbar", dest="progressbar",
default = "True",
action = "store_false",