Updating --beep functionality (ML request)

This commit is contained in:
Miroslav Stampar
2015-07-13 23:55:46 +02:00
parent 16f8e4c8ba
commit fdc8e664df
3 changed files with 7 additions and 2 deletions

View File

@@ -689,7 +689,7 @@ def cmdLineParser():
help="Set question answers (e.g. \"quit=N,follow=N\")")
miscellaneous.add_option("--beep", dest="beep", action="store_true",
help="Make a beep sound when SQL injection is found")
help="Beep on question and/or when SQL injection is found")
miscellaneous.add_option("--cleanup", dest="cleanup",
action="store_true",