diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index a735e6bad..59f5d4287 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -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", diff --git a/sqlmap.conf b/sqlmap.conf index 2cf113445..5430f08d4 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -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.