From 343124df71010055c2c1e6cdcadd13d23b2c013a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Feb 2023 18:39:49 -0500 Subject: [WIP] Add support for URI hex escape decoding --- tools/serd-pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/serd-pipe.c') diff --git a/tools/serd-pipe.c b/tools/serd-pipe.c index 06c8e55e..4fed5a1f 100644 --- a/tools/serd-pipe.c +++ b/tools/serd-pipe.c @@ -100,7 +100,7 @@ print_usage(const char* const name, const bool error) " -B BASE_URI Base URI or path for resolving relative references.\n" " -C Convert literals to canonical form.\n" " -I SYNTAX Input syntax turtle/ntriples/trig/nquads, or option\n" - " lax/variables/relative/global/generated.\n" + " lax/decoded/variables/relative/global/generated.\n" " -O SYNTAX Output syntax empty/turtle/ntriples/nquads, or option\n" " ascii/contextual/expanded/verbatim/terse/lax.\n" " -R ROOT_URI Keep relative URIs within ROOT_URI.\n" -- cgit v1.2.1