diff options
Diffstat (limited to 'tools/console.c')
-rw-r--r-- | tools/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/console.c b/tools/console.c index 2a861d1b..0f66a2f1 100644 --- a/tools/console.c +++ b/tools/console.c @@ -294,6 +294,7 @@ serd_set_output_option(const SerdStringView name, {"ascii", SERD_WRITE_ASCII}, {"expanded", SERD_WRITE_EXPANDED}, {"lax", SERD_WRITE_LAX}, + {"longhand", SERD_WRITE_LONGHAND}, {"terse", SERD_WRITE_TERSE}, {"verbatim", SERD_WRITE_VERBATIM}, {NULL, SERD_WRITE_ASCII}, |