aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/console.c1
-rw-r--r--tools/serd-filter.c3
-rw-r--r--tools/serd-pipe.c2
3 files changed, 4 insertions, 2 deletions
diff --git a/tools/console.c b/tools/console.c
index 30c57575..ab36364d 100644
--- a/tools/console.c
+++ b/tools/console.c
@@ -220,6 +220,7 @@ serd_set_output_option(const SerdStringView name,
{"terse", SERD_WRITE_TERSE},
{"lax", SERD_WRITE_LAX},
{"rdf_type", SERD_WRITE_RDF_TYPE},
+ {"contextual", SERD_WRITE_CONTEXTUAL},
{NULL, SERD_WRITE_ASCII},
};
diff --git a/tools/serd-filter.c b/tools/serd-filter.c
index 147bf51d..ed22373c 100644
--- a/tools/serd-filter.c
+++ b/tools/serd-filter.c
@@ -194,7 +194,8 @@ print_usage(const char* const name, const bool error)
" -I SYNTAX Input syntax (turtle/ntriples/trig/nquads),\n"
" or option (lax/variables/relative/global/generated).\n"
" -O SYNTAX Output syntax (empty/turtle/ntriples/nquads),\n"
- " or option (ascii/expanded/verbatim/terse/lax).\n"
+ " or option "
+ "(ascii/contextual/expanded/verbatim/terse/lax).\n"
" -V Display version information and exit.\n"
" -f PATTERN_FILE Read pattern from PATTERN_FILE instead.\n"
" -h Display this help and exit.\n"
diff --git a/tools/serd-pipe.c b/tools/serd-pipe.c
index 25607d15..879a56b5 100644
--- a/tools/serd-pipe.c
+++ b/tools/serd-pipe.c
@@ -106,7 +106,7 @@ print_usage(const char* const name, const bool error)
" -I SYNTAX Input syntax (turtle/ntriples/trig/nquads),\n"
" or option (lax/variables/relative/global/generated).\n"
" -O SYNTAX Output syntax (empty/turtle/ntriples/nquads),\n"
- " or option (ascii/expanded/verbatim/terse/lax).\n"
+ " or option (ascii/contextual/expanded/verbatim/terse/lax).\n"
" -R ROOT_URI Keep relative URIs within ROOT_URI.\n"
" -V Display version information and exit.\n"
" -b BYTES I/O block size.\n"