- Default is to only test protocols from SPORE.

This commit is contained in:
ccremers 2006-02-23 10:51:18 +00:00
parent 819b12b759
commit 5d8bc6bb0e

View File

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