mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Renaming conf.oDir to conf.outputDir
This commit is contained in:
parent
7cc4159316
commit
053b0fd0e9
5 changed files with 11 additions and 11 deletions
|
|
@ -611,7 +611,7 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Use DBMS hex function(s) for data retrieval")
|
||||
|
||||
general.add_option("--output-dir", dest="oDir",
|
||||
general.add_option("--output-dir", dest="outputDir",
|
||||
action="store",
|
||||
help="Custom output directory path")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue