Merge pull request #1037 from flsf/master

fix comments error
This commit is contained in:
Miroslav Stampar 2014-12-15 13:23:39 +01:00
commit 3f3a873b10

View File

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