mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-12 03:23:27 +00:00
Update for an Issue #2616
This commit is contained in:
parent
7d147f613f
commit
36f3fd72e6
8 changed files with 75 additions and 75 deletions
|
|
@ -321,7 +321,7 @@ def cmdLineParser(argv=None):
|
|||
|
||||
detection.add_option("--risk", dest="risk", type="int",
|
||||
help="Risk of tests to perform (1-3, "
|
||||
"default %d)" % defaults.level)
|
||||
"default %d)" % defaults.risk)
|
||||
|
||||
detection.add_option("--string", dest="string",
|
||||
help="String to match when "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue