summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/id128/id128.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/id128/id128.c b/src/id128/id128.c
index 4b370d700d..d3874dbb00 100644
--- a/src/id128/id128.c
+++ b/src/id128/id128.c
@@ -101,6 +101,7 @@ static int parse_argv(int argc, char *argv[]) {
static const struct option options[] = {
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, ARG_VERSION },
+ { "pretty", no_argument, NULL, 'p' },
{ "app-specific", required_argument, NULL, 'a' },
{},
};