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 0aef9c01..2a396af0 100644 --- a/tools/console.c +++ b/tools/console.c @@ -273,6 +273,7 @@ serd_set_input_option(const SerdStringView name, {"relative", SERD_READ_RELATIVE}, {"global", SERD_READ_GLOBAL}, {"generated", SERD_READ_GENERATED}, + {"ordered", SERD_READ_ORDERED}, {NULL, SERD_READ_LAX}, }; |