mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor language fixes
This commit is contained in:
parent
2669528b24
commit
823b3d8be8
3 changed files with 13 additions and 12 deletions
|
|
@ -237,15 +237,16 @@ def cmdLineParser():
|
|||
"default %d)" % defaults.level)
|
||||
|
||||
detection.add_option("--string", dest="string",
|
||||
help="String to match in the response when "
|
||||
"query is valid")
|
||||
help="String to match when "
|
||||
"query is evaluated to True")
|
||||
|
||||
detection.add_option("--regexp", dest="regexp",
|
||||
help="Regexp to match in the response when "
|
||||
"query is valid")
|
||||
help="Regexp to match when "
|
||||
"query is evaluated to True")
|
||||
|
||||
detection.add_option("--code", dest="code", type="int",
|
||||
help="HTTP response code to match when the query is valid")
|
||||
help="HTTP code to match when "
|
||||
"query is evaluated to True")
|
||||
|
||||
detection.add_option("--text-only", dest="textOnly",
|
||||
action="store_true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue