diff options
author | David Robillard <d@drobilla.net> | 2019-05-05 12:36:01 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-08 23:23:06 -0500 |
commit | 8b353f1c530ae0f8d112648f34ea612c681ba57c (patch) | |
tree | 1910509a3f408e5647ff074c17682b8e885e5bf0 /doc | |
parent | 0094dfffead41a6c3e84f9aad70911ffcb587fbd (diff) | |
download | serd-8b353f1c530ae0f8d112648f34ea612c681ba57c.tar.gz serd-8b353f1c530ae0f8d112648f34ea612c681ba57c.tar.bz2 serd-8b353f1c530ae0f8d112648f34ea612c681ba57c.zip |
Simplify handling of input string arguments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/serdi.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index c5d409bc..c23fa174 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -127,13 +127,14 @@ that enter a parent of .It Fl s Ar string Parse .Ar string -input instead of a file (terminates options). +input instead of a file. .Pp .It Fl t 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 |