We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872902b commit 21837f2Copy full SHA for 21837f2
1 file changed
lib/parse/cmdline.py
@@ -472,7 +472,7 @@ def cmdLineParser():
472
enumeration.add_option("--sql-file", dest="sqlFile",
473
help="Execute SQL statements from given file(s)")
474
475
- # User-defined function options
+ # Brute force options
476
brute = OptionGroup(parser, "Brute force", "These "
477
"options can be used to run brute force "
478
"checks")
0 commit comments