Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff62b0d commit beab72aCopy full SHA for beab72a
2 files changed
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