diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/serdi.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index 166c32de..ca821a4c 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,4 +1,4 @@ -.TH SERDI 1 "05 Jan 2017" +.TH SERDI 1 "06 Jan 2019" .SH NAME .B serdi \- Read and write RDF syntax @@ -29,6 +29,13 @@ page of input has arrived. With this option serdi uses one page less memory, but will likely be significantly slower. .TP +\fB\-f\fR +Fast serialisation without object inlining. This affects only model +(non-streaming) serialisation, and disables searching and statement reordering +for pretty printing. Statements will be written in simple sorted order, which +is faster, but may result in less readable output in Turtle or TriG. + +.TP \fB\-h\fR Print the command line options. @@ -74,7 +81,7 @@ Display version information and exit. Serdi was written by David Robillard <d@drobilla.net> .SH COPYRIGHT -Copyright \(co 2011-2017 David Robillard. +Copyright \(co 2011-2019 David Robillard. .br License: <http://www.opensource.org/licenses/isc> .br |