Skip to content

Commit

Permalink
Update README.md #201
Browse files Browse the repository at this point in the history
cli help: removed deprecated option i and updated p info
  • Loading branch information
enridaga authored Sep 10, 2024
1 parent 5b71543 commit b44b491
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,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 'input' and is
in combination with 'values' and is
ignored otherwise. This option
overrides 'output'.
-v,--values <values> OPTIONAL - Values passed as input
Expand Down Expand Up @@ -616,14 +616,6 @@ usage: java -jar sparql.anything-null -q query [-f <output format>] [-v
set). Options passed in this way
can be overwritten in the SERVICE
IRI or in the Basic Graph Pattern.
-i,--input <input> [Deprecated] OPTIONAL - The path to
a SPARQL result set file to be used
as input. When present, the query
is pre-processed by substituting
variable names with values from the
bindings provided. The query is
repeated for each set of bindings
in the input result set.
```

Logging can be configured adding the following option (SLF4J).
Expand Down

0 comments on commit b44b491

Please sign in to comment.