From e3fd76d4e5beb8596be651b41be730f62cfdc9d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 10:49:04 -0400 Subject: Make URI writing stricter by default --- src/serdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index 97e9bc22..d82198ad 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -89,7 +89,7 @@ print_usage(const char* const name, const bool error) " -b Write output in blocks for performance.\n" " -c PREFIX Chop PREFIX from matching blank node IDs.\n" " -e Eat input one character at a time.\n" - " -f Keep full URIs in input (don't qualify).\n" + " -f Fast and loose URI pass-through.\n" " -h Display this help and exit.\n" " -i SYNTAX Input syntax: turtle/ntriples/trig/nquads.\n" " -l Lax (non-strict) parsing.\n" -- cgit v1.2.1