update regarding error parsing (and reporting)

This commit is contained in:
Miroslav Stampar
2010-11-16 10:42:42 +00:00
parent 71cb982039
commit 6ef3846400
6 changed files with 32 additions and 8 deletions

View File

@@ -513,6 +513,10 @@ def cmdLineParser():
action="store_true", default=False,
help="Alert with audio beep when sql injection found")
miscellaneous.add_option("--parse-errors", dest="parseErrors",
action="store_true", default=False,
help="Try to parse and report error messages")
# Hidden and/or experimental options
parser.add_option("--profile", dest="profile", action="store_true",
default=False, help=SUPPRESS_HELP)