fix comments error

This commit is contained in:
flsf 2014-12-15 20:07:38 +08:00
parent 872902b1c9
commit 21837f236f

View File

@ -472,7 +472,7 @@ def cmdLineParser():
enumeration.add_option("--sql-file", dest="sqlFile", enumeration.add_option("--sql-file", dest="sqlFile",
help="Execute SQL statements from given file(s)") help="Execute SQL statements from given file(s)")
# User-defined function options # Brute force options
brute = OptionGroup(parser, "Brute force", "These " brute = OptionGroup(parser, "Brute force", "These "
"options can be used to run brute force " "options can be used to run brute force "
"checks") "checks")