mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #1212
This commit is contained in:
parent
99c1cc9937
commit
c35fa63a48
2 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@ def cmdLineParser():
|
|||
"default %d)" % defaults.level)
|
||||
|
||||
detection.add_option("--risk", dest="risk", type="int",
|
||||
help="Risk of tests to perform (0-3, "
|
||||
help="Risk of tests to perform (1-3, "
|
||||
"default %d)" % defaults.level)
|
||||
|
||||
detection.add_option("--string", dest="string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue