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",
"paramLongName": "claimsGraphPath",
"paramDescription": "the path of the claims graph",
"paramDescription": "the path of the claims graph, from the working directory",
"paramRequired": true
},
{
"paramName": "ogp",
"paramLongName": "outputRawGaphPath",
"paramDescription": "the path of output graph, combining raw and claims",
"paramName": "rgp",
"paramLongName": "rawGraphPath",
"paramDescription": "the path of raw graph, from the working directory",
"paramRequired": true
},
{