We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff62b0d commit beab72aCopy full SHA for beab72a
lib/parse/cmdline.py
@@ -578,7 +578,7 @@ def cmdLineParser():
578
579
general.add_option("--hex", dest="hexConvert",
580
action="store_true",
581
- help="Uses DBMS hex function(s) for data retrieval")
+ help="Use DBMS hex function(s) for data retrieval")
582
583
general.add_option("--output-dir", dest="oDir",
584
action="store",
sqlmap.conf
@@ -626,7 +626,7 @@ forms = False
626
# Valid: True or False
627
freshQueries = False
628
629
-# Uses DBMS hex function(s) for data retrieval.
+# Use DBMS hex function(s) for data retrieval.
630
631
hexConvert = False
632
0 commit comments