id128: actually support --pretty

We must be all lazy, at least I know I always used -p ;).
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-08-06 18:23:54 +02:00
parent a83577fa66
commit be440e094c

View file

@ -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' },
{},
};