mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Another minor update for #1836
This commit is contained in:
parent
3bf08290a4
commit
7afe655561
4 changed files with 8 additions and 8 deletions
|
|
@ -464,9 +464,6 @@ def cmdLineParser(argv=None):
|
|||
help="Exclude DBMS system databases when "
|
||||
"enumerating tables")
|
||||
|
||||
enumeration.add_option("--binary-fields", dest="binaryFields",
|
||||
help="Result fields having binary values (e.g. \"digest\")")
|
||||
|
||||
enumeration.add_option("--pivot-column", dest="pivotColumn",
|
||||
help="Pivot column name")
|
||||
|
||||
|
|
@ -623,6 +620,9 @@ def cmdLineParser(argv=None):
|
|||
action="store_true",
|
||||
help="Never ask for user input, use the default behaviour")
|
||||
|
||||
general.add_option("--binary-fields", dest="binaryFields",
|
||||
help="Result fields having binary values (e.g. \"digest\")")
|
||||
|
||||
general.add_option("--charset", dest="charset",
|
||||
help="Force character encoding used for data retrieval")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue