mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Layout fix
This commit is contained in:
parent
f7c1b7dc5f
commit
19e2ed9803
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user