aboutsummaryrefslogtreecommitdiffstats
path: root/doc/serdi.1
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-10 13:21:51 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:04:06 -0500
commit5142013daed72b5a01944fd9dff17594f23029b2 (patch)
treef863455bd0c647ec228a20bdc57f4671018db631 /doc/serdi.1
parent20fc410ace9616df9b7d8444d747aaa700f4f6c8 (diff)
downloadserd-5142013daed72b5a01944fd9dff17594f23029b2.tar.gz
serd-5142013daed72b5a01944fd9dff17594f23029b2.tar.bz2
serd-5142013daed72b5a01944fd9dff17594f23029b2.zip
Add option for writing terse output without newlines
Diffstat (limited to 'doc/serdi.1')
-rw-r--r--doc/serdi.15
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index 55fe6492..b3c852d7 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -6,7 +6,7 @@
.Nd read and write RDF syntax
.Sh SYNOPSIS
.Nm serdi
-.Op Fl abefhlqv
+.Op Fl abefhlqtv
.Op Fl c Ar prefix
.Op Fl i Ar syntax
.Op Fl k Ar bytes
@@ -114,6 +114,9 @@ Parse
.Ar string
input instead of a file (terminates options).
.Pp
+.It Fl t
+Write terser output without newlines.
+.Pp
.It Fl v
Display version information and exit.
.El