adjusted MergeClaimsApplication param specs

This commit is contained in:
Claudio Atzori 2020-08-03 19:56:16 +02:00
parent 4ff184973b
commit da2f8af72d
1 changed files with 4 additions and 4 deletions

View File

@ -20,13 +20,13 @@
{ {
"paramName": "cgp", "paramName": "cgp",
"paramLongName": "claimsGraphPath", "paramLongName": "claimsGraphPath",
"paramDescription": "the path of the claims graph", "paramDescription": "the path of the claims graph, from the working directory",
"paramRequired": true "paramRequired": true
}, },
{ {
"paramName": "ogp", "paramName": "rgp",
"paramLongName": "outputRawGaphPath", "paramLongName": "rawGraphPath",
"paramDescription": "the path of output graph, combining raw and claims", "paramDescription": "the path of raw graph, from the working directory",
"paramRequired": true "paramRequired": true
}, },
{ {