mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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")
|
||||
|
||||
# Techniques options
|
||||
techniques = OptionGroup(parser, "Techniques", "These options can be used"
|
||||
"to tweak testing of specific SQL injection "
|
||||
"techniques.")
|
||||
techniques = OptionGroup(parser, "Techniques", "These options can be "
|
||||
"used to tweak testing of specific SQL "
|
||||
"injection techniques.")
|
||||
|
||||
techniques.add_option("--time-sec", dest="timeSec",
|
||||
type="int", default=TIME_DEFAULT_DELAY,
|
||||
|
|
Loading…
Reference in New Issue
Block a user