added new option --space

This commit is contained in:
Miroslav Stampar
2010-09-24 21:59:03 +00:00
parent 327bfcbe97
commit 9cd5d3bde7
3 changed files with 22 additions and 12 deletions

View File

@@ -194,6 +194,9 @@ def cmdLineParser():
injection.add_option("--threshold", dest="thold", type="float",
help="Page comparison threshold value (0.0-1.0)")
injection.add_option("--space", dest="space",
help="Use defined string instead of standard ' '")
injection.add_option("--use-between", dest="useBetween",
action="store_true",
help="Use operator BETWEEN instead of default '>'")