Minor cosmetic update

This commit is contained in:
Miroslav Stampar 2013-09-11 15:05:37 +02:00
parent 696fb6530e
commit 176f744ac6
2 changed files with 2 additions and 2 deletions

View File

@ -635,7 +635,7 @@ def cmdLineParser():
help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")") help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")")
miscellaneous.add_option("--alert", dest="alert", miscellaneous.add_option("--alert", dest="alert",
help="Run shell command(s) when SQL injection is found") help="Run host OS command(s) when SQL injection is found")
miscellaneous.add_option("--answers", dest="answers", miscellaneous.add_option("--answers", dest="answers",
help="Set question answers (e.g. \"quit=N,follow=N\")") help="Set question answers (e.g. \"quit=N,follow=N\")")

View File

@ -681,7 +681,7 @@ updateAll = False
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU"). # Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
mnemonics = mnemonics =
# Run shell command(s) when SQL injection is found. # Run host OS command(s) when SQL injection is found.
alert = alert =
# Set question answers (e.g. "quit=N,follow=N"). # Set question answers (e.g. "quit=N,follow=N").