mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-09 15:43:04 +03:00
shorter single line info
This commit is contained in:
parent
37db27b720
commit
2d3c12d2d0
|
@ -523,7 +523,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 conversion function(s) for data retrieval")
|
help="Uses DBMS hex function(s) for data retrieval")
|
||||||
|
|
||||||
general.add_option("--parse-errors", dest="parseErrors",
|
general.add_option("--parse-errors", dest="parseErrors",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
|
|
@ -568,7 +568,7 @@ forms = False
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
freshQueries = False
|
freshQueries = False
|
||||||
|
|
||||||
# Uses DBMS hex conversion function(s) for data retrieval.
|
# Uses 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