mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Increased default output level from 0 to 1
This commit is contained in:
parent
428612b431
commit
3cf1658532
4 changed files with 11 additions and 11 deletions
|
|
@ -244,7 +244,7 @@ def cmdLineParser():
|
|||
"in real time")
|
||||
|
||||
miscellaneous.add_option("-v", dest="verbose", type="int",
|
||||
help="Verbosity level: 0-5 (default 0)")
|
||||
help="Verbosity level: 0-5 (default 1)")
|
||||
|
||||
miscellaneous.add_option("--update", dest="updateAll", action="store_true",
|
||||
help="Update sqlmap to the latest stable version")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue