diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/serdi.1 | 10 |
2 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,9 @@ serd (0.22.1) unstable; * Fix documentation generation + * Update serdi man page - -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 17:45:09 -0400 + -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 17:47:07 -0400 serd (0.22.0) stable; diff --git a/doc/serdi.1 b/doc/serdi.1 index 45001c90..aecddcb6 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -37,6 +37,10 @@ Print the command line options. Read input in SYNTAX (`turtle' or `ntriples'). .TP +\fB\-l\fR +Lax (non-strict) parsing. + +.TP \fB\-o SYNTAX\fR Write output in SYNTAX (`turtle' or `ntriples'). @@ -45,6 +49,10 @@ Write output in SYNTAX (`turtle' or `ntriples'). Add PREFIX to blank node IDs. .TP +\fB\-q\fR +Suppress all output except data. + +.TP \fB\-r ROOT_URI\fR Keep relative URIs within ROOT_URI. @@ -60,7 +68,7 @@ Display version information and exit. Serdi was written by David Robillard <d@drobilla.net> .SH COPYRIGHT -Copyright \(co 2011-2012 David Robillard. +Copyright \(co 2011-2015 David Robillard. .br License: <http://www.opensource.org/licenses/isc> .br |