mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
Minor language update
This commit is contained in:
parent
ff62b0d3ea
commit
beab72a180
|
@ -578,7 +578,7 @@ def cmdLineParser():
|
||||||
|
|
||||||
general.add_option("--hex", dest="hexConvert",
|
general.add_option("--hex", dest="hexConvert",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Uses DBMS hex function(s) for data retrieval")
|
help="Use DBMS hex function(s) for data retrieval")
|
||||||
|
|
||||||
general.add_option("--output-dir", dest="oDir",
|
general.add_option("--output-dir", dest="oDir",
|
||||||
action="store",
|
action="store",
|
||||||
|
|
|
@ -626,7 +626,7 @@ forms = False
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
freshQueries = False
|
freshQueries = False
|
||||||
|
|
||||||
# Uses DBMS hex function(s) for data retrieval.
|
# Use DBMS hex function(s) for data retrieval.
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
hexConvert = False
|
hexConvert = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user