Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1ab024

Browse files
committed
minor grammar and cosmetics
1 parent bb51139 commit c1ab024

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/parse/cmdline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def cmdLineParser():
532532

533533
general.add_option("--save", dest="saveCmdline",
534534
action="store_true",
535-
help="Save options on a configuration INI file")
535+
help="Save options to a configuration INI file")
536536

537537
general.add_option("--tor", dest="tor",
538538
action="store_true",
@@ -556,7 +556,7 @@ def cmdLineParser():
556556

557557
miscellaneous.add_option("--beep", dest="beep",
558558
action="store_true",
559-
help="Alert when sql injection found")
559+
help="Sound alert when SQL injection found")
560560

561561
miscellaneous.add_option("--check-payload", dest="checkPayload",
562562
action="store_true",

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ updateAll = False
595595

596596
[Miscellaneous]
597597

598-
# Alert with audio beep when sql injection found.
598+
# Sound alert when SQL injection found.
599599
beep = False
600600

601601
# Offline WAF/IPS/IDS payload detection testing.

0 commit comments

Comments
 (0)