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,