aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-06-28 19:46:47 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:06 -0500
commitf7b993d5aff1274e010d45304b12109f6de7e120 (patch)
tree6fadbff8f2e696ce62ba1237bee16c07776cd03e /doc
parent2fb247d2beb71539ceba8f2841d7c1bad933ab36 (diff)
downloadserd-f7b993d5aff1274e010d45304b12109f6de7e120.tar.gz
serd-f7b993d5aff1274e010d45304b12109f6de7e120.tar.bz2
serd-f7b993d5aff1274e010d45304b12109f6de7e120.zip
WIP: Make Writer always write to a ByteSink
Diffstat (limited to 'doc')
-rw-r--r--doc/serdi.110
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index 7cb2c923..dba9b34c 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -13,13 +13,13 @@
.Op Fl o Ar syntax
.Op Fl p Ar prefix
.Op Fl r Ar root
-.Op Fl s Ar input
+.Op Fl s Ar string
+.Op Fl w Ar filename
.Ar input
-.Op Ar base_uri
.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 an RDF document and writes the data again,
possibly transformed and/or in a different syntax.
By default,
the input syntax is guessed from the file extension,
@@ -125,6 +125,10 @@ Write terser output without newlines.
.Pp
.It Fl v
Display version information and exit.
+.It Fl w Ar filename
+Write output to the given
+.Ar filename
+instead of stdout.
.El
.Sh EXIT STATUS
.Nm