diff options
author | David Robillard <d@drobilla.net> | 2019-05-05 16:12:38 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-13 23:05:24 -0500 |
commit | b98bd7a32cf4302e0a210dd8558edd3ab2088525 (patch) | |
tree | 5f4960229abe31fab1683341609fe37319a49a91 /doc | |
parent | f7d10ea309fb52d09a58b2832fe4a09a120b16aa (diff) | |
download | serd-b98bd7a32cf4302e0a210dd8558edd3ab2088525.tar.gz serd-b98bd7a32cf4302e0a210dd8558edd3ab2088525.tar.bz2 serd-b98bd7a32cf4302e0a210dd8558edd3ab2088525.zip |
Add support for reading multiple files at once
Diffstat (limited to 'doc')
-rw-r--r-- | doc/serdi.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index b2c94d2c..f9c98492 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -16,11 +16,11 @@ .Op Fl r Ar root .Op Fl s Ar string .Op Fl w Ar filename -.Ar input +.Ar input ... .Sh DESCRIPTION .Nm is a fast command-line utility for streaming and processing RDF data. -It reads an RDF document and writes the data again, +It reads one or more RDF documents and writes the data again, possibly transformed and/or in a different syntax. By default, the input syntax is guessed from the file extension, |