mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
fix comments error
This commit is contained in:
parent
872902b1c9
commit
21837f236f
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user