mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
id128: actually support --pretty
We must be all lazy, at least I know I always used -p ;).
This commit is contained in:
@@ -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' },
|
||||
{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user