Skip to content

Commit

Permalink
#201 Update documentation 'For #506'
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Oct 11, 2024
1 parent aa5e770 commit 4d6dcef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <output format>] [-v
usage: java -jar sparql.anything-<version> -q query [-f <output format>] [-v
<filepath | name=value> ... ] [-c option=value] [-l path] [-o
filepath]
-q,--query <query> The path to the file storing the
Expand Down Expand Up @@ -588,7 +588,7 @@ usage: java -jar sparql.anything-null -q query [-f <output format>] [-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 <values> OPTIONAL - Values passed as input
Expand All @@ -614,9 +614,7 @@ usage: java -jar sparql.anything-null -q query [-f <output format>] [-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).
Expand Down

0 comments on commit 4d6dcef

Please sign in to comment.