diff --git a/README.md b/README.md index 64509f0c..438bca83 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ An executable JAR can be obtained from the [Releases](https://github.com/spice-h The jar can be executed as follows: ``` -usage: java -jar sparql.anything-null -q query [-f ] [-v +usage: java -jar sparql.anything- -q query [-f ] [-v ... ] [-c option=value] [-l path] [-o filepath] -q,--query The path to the file storing the @@ -588,7 +588,7 @@ usage: java -jar sparql.anything-null -q query [-f ] [-v Variables should start with '?' and refer to bindings from the input file. This option can only be used - in combination with 'values' and is + in combination with 'input' and is ignored otherwise. This option overrides 'output'. -v,--values OPTIONAL - Values passed as input @@ -614,9 +614,7 @@ usage: java -jar sparql.anything-null -q query [-f ] [-v define them in the SERVICE IRI). The argument can be passed multiple times (one for each option to be - set). Options passed in this way - can be overwritten in the SERVICE - IRI or in the Basic Graph Pattern. + set). ``` Logging can be configured adding the following option (SLF4J). diff --git a/sparql-anything-cli/src/main/java/io/github/sparqlanything/cli/CLI.java b/sparql-anything-cli/src/main/java/io/github/sparqlanything/cli/CLI.java index 4d27b6cd..982826d7 100644 --- a/sparql-anything-cli/src/main/java/io/github/sparqlanything/cli/CLI.java +++ b/sparql-anything-cli/src/main/java/io/github/sparqlanything/cli/CLI.java @@ -150,7 +150,7 @@ void init(){ .longOpt(VALUES_LONG).build()); options.addOption(Option.builder(CONFIGURATION).argName("option=value").hasArg(true).optionalArg(true).desc( - "OPTIONAL - Configuration to be passed to the SPARQL Anything engine (this is equivalent to define them in the SERVICE IRI). The argument can be passed multiple times (one for each option to be set). Options passed in this way can be overwritten in the SERVICE IRI or in the Basic Graph Pattern.") + "OPTIONAL - Configuration to be passed to the SPARQL Anything engine (this is equivalent to define them in the SERVICE IRI). The argument can be passed multiple times (one for each option to be set).") .longOpt(CONFIGURATION_LONG).build()); // options.addOption(Option.builder(INPUT).argName("input").hasArg().desc(