From be440e094c4b7786f264be02acee19b374dc6590 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 6 Aug 2019 18:23:54 +0200 Subject: [PATCH] id128: actually support --pretty We must be all lazy, at least I know I always used -p ;). --- src/id128/id128.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/id128/id128.c b/src/id128/id128.c index 4b370d700d5..d3874dbb002 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' }, {}, }; -- 2.47.3