From: Zbigniew Jędrzejewski-Szmek Date: Tue, 6 Aug 2019 16:23:54 +0000 (+0200) Subject: id128: actually support --pretty X-Git-Tag: v243-rc2~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13365%2Fhead;p=thirdparty%2Fsystemd.git id128: actually support --pretty We must be all lazy, at least I know I always used -p ;). --- 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' }, {}, };