mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor language fixes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user