Skip to content

Commit beab72a

Browse files
committed
Minor language update
1 parent ff62b0d commit beab72a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def cmdLineParser():
578578

579579
general.add_option("--hex", dest="hexConvert",
580580
action="store_true",
581-
help="Uses DBMS hex function(s) for data retrieval")
581+
help="Use DBMS hex function(s) for data retrieval")
582582

583583
general.add_option("--output-dir", dest="oDir",
584584
action="store",

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ forms = False
626626
# Valid: True or False
627627
freshQueries = False
628628

629-
# Uses DBMS hex function(s) for data retrieval.
629+
# Use DBMS hex function(s) for data retrieval.
630630
# Valid: True or False
631631
hexConvert = False
632632

0 commit comments

Comments
 (0)