mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
id128: actually support --pretty
We must be all lazy, at least I know I always used -p ;).
This commit is contained in:
parent
a83577fa66
commit
be440e094c
@ -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' },
|
||||
{},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user