mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Renaming conf.cDel to conf.cookieDel
This commit is contained in:
parent
0ae8ac707e
commit
7cc4159316
7 changed files with 10 additions and 10 deletions
|
|
@ -88,7 +88,7 @@ def cmdLineParser():
|
|||
request.add_option("--cookie", dest="cookie",
|
||||
help="HTTP Cookie header value")
|
||||
|
||||
request.add_option("--cookie-del", dest="cDel",
|
||||
request.add_option("--cookie-del", dest="cookieDel",
|
||||
help="Character used for splitting cookie values")
|
||||
|
||||
request.add_option("--load-cookies", dest="loadCookies",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue