Layout fix

This commit is contained in:
Bernardo Damele 2011-03-21 00:40:25 +00:00
parent f7c1b7dc5f
commit 19e2ed9803

View File

@ -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,