From 4d6dcef2705deaa8eca2e311db1e992d48e473a2 Mon Sep 17 00:00:00 2001 From: Luigi Asprino Date: Fri, 11 Oct 2024 17:33:46 +0200 Subject: [PATCH] #201 Update documentation 'For #506' --- docs/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 64509f0c..438bca83 100644 --- a/docs/README.md +++ b/docs/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).