mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
typo fix
This commit is contained in:
@@ -685,7 +685,7 @@ def cmdLineParser():
|
|||||||
parser.add_option("--restapi", dest="restApi", action="store_true",
|
parser.add_option("--restapi", dest="restApi", action="store_true",
|
||||||
help=SUPPRESS_HELP)
|
help=SUPPRESS_HELP)
|
||||||
|
|
||||||
parser.add_option("--restApi-port", dest="restApiPort", type="int",
|
parser.add_option("--restapi-port", dest="restApiPort", type="int",
|
||||||
help=SUPPRESS_HELP)
|
help=SUPPRESS_HELP)
|
||||||
|
|
||||||
parser.add_option("--xmlrpc", dest="xmlRpc", action="store_true",
|
parser.add_option("--xmlrpc", dest="xmlRpc", action="store_true",
|
||||||
|
|||||||
Reference in New Issue
Block a user