mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Adapted to latest enhancements
This commit is contained in:
parent
38f13932bc
commit
6ddb5afef9
|
@ -147,7 +147,7 @@ def cmdLineParser():
|
|||
|
||||
enumeration.add_option("--dump", dest="dumpTable", action="store_true",
|
||||
help="Dump DBMS database table entries "
|
||||
"(req: -T, -D opt: -C)")
|
||||
"(req: -T, -D opt: -C, --start, --stop)")
|
||||
|
||||
enumeration.add_option("--dump-all", dest="dumpAll", action="store_true",
|
||||
help="Dump all DBMS databases tables entries")
|
||||
|
|
Loading…
Reference in New Issue
Block a user