added parameter to parameter file for the mapping of projects and relations

This commit is contained in:
Miriam Baglioni 2023-10-25 11:17:06 +02:00
parent 7fca920b5f
commit da19f117d8
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
"paramLongName": "dumpType",
"paramDescription": "the dump type",
"paramRequired": false
},
{
"paramName": "wp",
"paramLongName": "workingPath",
"paramDescription": "the working path",
"paramRequired": false
}
]