mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
typo fix
This commit is contained in:
parent
1bb8e6f744
commit
156a291e2d
|
@ -685,7 +685,7 @@ def cmdLineParser():
|
|||
parser.add_option("--restapi", dest="restApi", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--restApi-port", dest="restApiPort", type="int",
|
||||
parser.add_option("--restapi-port", dest="restApiPort", type="int",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--xmlrpc", dest="xmlRpc", action="store_true",
|
||||
|
|
Loading…
Reference in New Issue
Block a user