From 00e44bec1c3c9150b21713442141a8adeae76365 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:43:05 -0400 Subject: Improve help text --- src/serdi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/serdi.c b/src/serdi.c index 96988b60..97e9bc22 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -85,8 +85,8 @@ print_usage(const char* const name, const bool error) static const char* const description = "Read and write RDF syntax.\n" "Use - for INPUT to read from standard input.\n\n" - " -a Write ASCII output if possible.\n" - " -b Fast bulk output for large serialisations.\n" + " -a Write ASCII output.\n" + " -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" -- cgit v1.2.1