mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
Layout fix
This commit is contained in:
@@ -205,9 +205,9 @@ def cmdLineParser():
|
|||||||
help="Compare pages based only on the textual content")
|
help="Compare pages based only on the textual content")
|
||||||
|
|
||||||
# Techniques options
|
# Techniques options
|
||||||
techniques = OptionGroup(parser, "Techniques", "These options can be used"
|
techniques = OptionGroup(parser, "Techniques", "These options can be "
|
||||||
"to tweak testing of specific SQL injection "
|
"used to tweak testing of specific SQL "
|
||||||
"techniques.")
|
"injection techniques.")
|
||||||
|
|
||||||
techniques.add_option("--time-sec", dest="timeSec",
|
techniques.add_option("--time-sec", dest="timeSec",
|
||||||
type="int", default=TIME_DEFAULT_DELAY,
|
type="int", default=TIME_DEFAULT_DELAY,
|
||||||
|
|||||||
Reference in New Issue
Block a user