diff options
-rw-r--r-- | src/serdi.c | 4 |
1 files 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" |