diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:43:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:10 -0400 |
commit | 00e44bec1c3c9150b21713442141a8adeae76365 (patch) | |
tree | 4f487f5633224daebac4d1119b2f8663e2398bf2 /src | |
parent | c6e748d4fd22a3defec5a5086df3714d405452d6 (diff) | |
download | serd-00e44bec1c3c9150b21713442141a8adeae76365.tar.gz serd-00e44bec1c3c9150b21713442141a8adeae76365.tar.bz2 serd-00e44bec1c3c9150b21713442141a8adeae76365.zip |
Improve help text
Diffstat (limited to 'src')
-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" |