diff options
author | David Robillard <d@drobilla.net> | 2019-12-18 19:16:14 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-08 23:36:32 -0500 |
commit | 0c347c9701af4595a68bb37eb7c69b5db2d452f8 (patch) | |
tree | 2c41e70b44211c00fbc0f3830db886c8d0b1b85e /doc | |
parent | f7c7115e0555f25e0f2c6d09378b66aec2d41d76 (diff) | |
download | serd-0c347c9701af4595a68bb37eb7c69b5db2d452f8.tar.gz serd-0c347c9701af4595a68bb37eb7c69b5db2d452f8.tar.bz2 serd-0c347c9701af4595a68bb37eb7c69b5db2d452f8.zip |
WIP: Add statement filtering
Diffstat (limited to 'doc')
-rw-r--r-- | doc/serdi.1 | 8 |
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 |