aboutsummaryrefslogtreecommitdiffstats
path: root/doc/serdi.1
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-18 19:16:14 -0500
committerDavid Robillard <d@drobilla.net>2021-03-08 23:36:32 -0500
commit0c347c9701af4595a68bb37eb7c69b5db2d452f8 (patch)
tree2c41e70b44211c00fbc0f3830db886c8d0b1b85e /doc/serdi.1
parentf7c7115e0555f25e0f2c6d09378b66aec2d41d76 (diff)
downloadserd-0c347c9701af4595a68bb37eb7c69b5db2d452f8.tar.gz
serd-0c347c9701af4595a68bb37eb7c69b5db2d452f8.tar.bz2
serd-0c347c9701af4595a68bb37eb7c69b5db2d452f8.zip
WIP: Add statement filtering
Diffstat (limited to 'doc/serdi.1')
-rw-r--r--doc/serdi.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index fcd58535..b169347b 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -9,6 +9,7 @@
.Op Fl Cabefhlqv
.Op Fl I Ar base
.Op Fl c Ar prefix
+.Op Fl g Ar pattern
.Op Fl i Ar syntax
.Op Fl k Ar bytes
.Op Fl o Ar syntax
@@ -95,6 +96,13 @@ If the model is enabled, then this writes the model quickly in sorted order.
Note that doing so with TriG or Turtle may make the output ugly,
since blank nodes will not be inlined.
.Pp
+.It Fl g Ar pattern
+Filter statements that match
+.Ar pattern
+(like grep).
+.Ar pattern
+should be a single statement written in NTriples or NQuads.
+.Pp
.It Fl h
Print the command line options.
.Pp