aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 13:28:47 +0200
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commitfdb360c094b575b59640206d7eea0772bb9de26d (patch)
tree1611f525a4fd10aeb47f4c43e858a43b3eb8e562 /doc
parent9a20ce6e56e6f98ef235e18cbd7f8a2432ede998 (diff)
downloadserd-fdb360c094b575b59640206d7eea0772bb9de26d.tar.gz
serd-fdb360c094b575b59640206d7eea0772bb9de26d.tar.bz2
serd-fdb360c094b575b59640206d7eea0772bb9de26d.zip
WIP: Add model
Diffstat (limited to 'doc')
-rw-r--r--doc/serdi.111
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