mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Update (drei)
This commit is contained in:
parent
70168855f9
commit
1e03b23ccb
11 changed files with 104 additions and 98 deletions
|
|
@ -762,7 +762,7 @@ def cmdLineParser(argv=None):
|
|||
return retVal
|
||||
|
||||
parser.formatter._format_option_strings = parser.formatter.format_option_strings
|
||||
parser.formatter.format_option_strings = type(parser.formatter.format_option_strings)(_, parser, type(parser))
|
||||
parser.formatter.format_option_strings = type(parser.formatter.format_option_strings)(_, parser)
|
||||
|
||||
# Dirty hack for making a short option '-hh'
|
||||
option = parser.get_option("--hh")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue