mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Renaming conf.pDel to conf.paramDel
This commit is contained in:
parent
95e7ca02f0
commit
0ae8ac707e
7 changed files with 9 additions and 9 deletions
|
|
@ -82,7 +82,7 @@ def cmdLineParser():
|
|||
request.add_option("--data", dest="data",
|
||||
help="Data string to be sent through POST")
|
||||
|
||||
request.add_option("--param-del", dest="pDel",
|
||||
request.add_option("--param-del", dest="paramDel",
|
||||
help="Character used for splitting parameter values")
|
||||
|
||||
request.add_option("--cookie", dest="cookie",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue