diff options
author | David Robillard <d@drobilla.net> | 2023-04-04 06:35:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 7219a81ad6cff840eb604983b3752d4f2097532a (patch) | |
tree | 5c071ae9575f05a75f17a2d8280e9e9aed6440ac /doc/man | |
parent | 1c7a8efa90003d21e19b47bbad185390cea5963c (diff) | |
download | serd-7219a81ad6cff840eb604983b3752d4f2097532a.tar.gz serd-7219a81ad6cff840eb604983b3752d4f2097532a.tar.bz2 serd-7219a81ad6cff840eb604983b3752d4f2097532a.zip |
Add support for writing terse output with minimal newlines
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/serdi.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/serdi.1 b/doc/man/serdi.1 index 24a4ad46..f03fe23d 100644 --- a/doc/man/serdi.1 +++ b/doc/man/serdi.1 @@ -8,7 +8,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 @@ -137,6 +137,8 @@ This is useful for keeping relative references within some directory. Parse .Ar string input instead of a file (terminates options). +.It Fl t +Write terser output without newlines. .It Fl v Display version information and exit. .El |