fix for a Bug #200

This commit is contained in:
Miroslav Stampar
2010-09-14 10:35:01 +00:00
parent 77a53228c5
commit 798ab4989b
5 changed files with 14 additions and 5 deletions

View File

@@ -191,8 +191,8 @@ def cmdLineParser():
help="Matches to be excluded before "
"comparing page contents")
injection.add_option("--ratio", dest="matchRatio", type="float",
help="Page comparison treshold value")
injection.add_option("--threshold", dest="thold", type="float",
help="Page comparison threshold value (0.0-1.0)")
injection.add_option("--use-between", dest="useBetween",
action="store_true",