From 19e2ed9803d2412c00db920639d0b45ac0c0c3f7 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 21 Mar 2011 00:40:25 +0000 Subject: [PATCH] Layout fix --- lib/parse/cmdline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 55af03c28..a80a5a243 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -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,