aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-29 23:34:40 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit4e1850852a74fe6904beabf793ea8d9915cab246 (patch)
tree5fff5fb4aa6161d7e69434e6d3ca587a971c35ea /doc
parent5796f49ec8ff1933f4a3c258c16f140b39cc1c03 (diff)
downloadserd-4e1850852a74fe6904beabf793ea8d9915cab246.tar.gz
serd-4e1850852a74fe6904beabf793ea8d9915cab246.tar.bz2
serd-4e1850852a74fe6904beabf793ea8d9915cab246.zip
Add support for reading multiple files at once
Diffstat (limited to 'doc')
-rw-r--r--doc/man/serd-pipe.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/serd-pipe.1 b/doc/man/serd-pipe.1
index f53761c8..b8d2fd23 100644
--- a/doc/man/serd-pipe.1
+++ b/doc/man/serd-pipe.1
@@ -17,11 +17,11 @@
.Op Fl p Ar prefix
.Op Fl r Ar root
.Op Fl s Ar string
-.Ar input
+.Op 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 to stdout,
+It reads one or more RDF documents and writes the data to stdout,
possibly transformed and/or in a different syntax.
By default,
the input syntax is guessed from the file extension,