From 21837f236f1cd977835989a8c5d25cb303d8708a Mon Sep 17 00:00:00 2001 From: flsf Date: Mon, 15 Dec 2014 20:07:38 +0800 Subject: [PATCH] fix comments error --- lib/parse/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index c916b3278..b721fdb9c 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -472,7 +472,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")