diff options
author | David Robillard <d@drobilla.net> | 2020-06-28 19:46:47 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-13 23:04:17 -0500 |
commit | cae15d15c847faba203e40e2a327b23a1ebffb48 (patch) | |
tree | 17d1e637673ef45c3afdc3c43b67f0b023b8d851 /doc | |
parent | 900d360027d570da085d495becde1ad50f050048 (diff) | |
download | serd-cae15d15c847faba203e40e2a327b23a1ebffb48.tar.gz serd-cae15d15c847faba203e40e2a327b23a1ebffb48.tar.bz2 serd-cae15d15c847faba203e40e2a327b23a1ebffb48.zip |
Make Writer always write to a ByteSink
Diffstat (limited to 'doc')
-rw-r--r-- | doc/serdi.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index bc8de6cb..7c665aff 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -14,12 +14,13 @@ .Op Fl p Ar prefix .Op Fl r Ar root .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 +126,11 @@ Write terser output without newlines. .Pp .It Fl v Display version information and exit. +.Pp +.It Fl w Ar filename +Write output to the given +.Ar filename +instead of stdout. .El .Sh EXIT STATUS .Nm |