minor grammar and cosmetics

This commit is contained in:
Miroslav Stampar 2012-02-14 13:18:37 +00:00
parent bb5113980b
commit c1ab02494c
2 changed files with 3 additions and 3 deletions

View File

@ -532,7 +532,7 @@ def cmdLineParser():
general.add_option("--save", dest="saveCmdline",
action="store_true",
help="Save options on a configuration INI file")
help="Save options to a configuration INI file")
general.add_option("--tor", dest="tor",
action="store_true",
@ -556,7 +556,7 @@ def cmdLineParser():
miscellaneous.add_option("--beep", dest="beep",
action="store_true",
help="Alert when sql injection found")
help="Sound alert when SQL injection found")
miscellaneous.add_option("--check-payload", dest="checkPayload",
action="store_true",

View File

@ -595,7 +595,7 @@ updateAll = False
[Miscellaneous]
# Alert with audio beep when sql injection found.
# Sound alert when SQL injection found.
beep = False
# Offline WAF/IPS/IDS payload detection testing.