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>2018-12-31 12:15:40 -0500
commit0342270f81dc9c676a92422c4e73484fb44f6da8 (patch)
tree384eff3b328eb2c287e4078a789adffbd1cdd765 /doc
parent5307a8cf2a29a84fed72373f08f8f9cb20215f20 (diff)
downloadserd-0342270f81dc9c676a92422c4e73484fb44f6da8.tar.gz
serd-0342270f81dc9c676a92422c4e73484fb44f6da8.tar.bz2
serd-0342270f81dc9c676a92422c4e73484fb44f6da8.zip
WIP: Add model
Diffstat (limited to 'doc')
-rw-r--r--doc/serdi.17
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index 66d845c6..4b3c9c39 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -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.