mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor refactoring
This commit is contained in:
parent
12f3024c8a
commit
adfbfef8c1
2 changed files with 9 additions and 21 deletions
|
|
@ -534,6 +534,9 @@ def cmdLineParser():
|
|||
parser.add_option("--group-concat", dest="groupConcat", action="store_true",
|
||||
default=False, help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--template", dest="template", action="store_true",
|
||||
default=False, help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option_group(target)
|
||||
parser.add_option_group(request)
|
||||
parser.add_option_group(optimization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue