mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
stdio-bridge: add missing option
This commit is contained in:
parent
fc11a1a204
commit
8b2c2abc89
@ -57,9 +57,10 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
};
|
||||
|
||||
static const struct option options[] = {
|
||||
{ "help", no_argument, NULL, 'h' },
|
||||
{ "bus-path", required_argument, NULL, 'p' },
|
||||
{ NULL, 0, NULL, 0 }
|
||||
{ "help", no_argument, NULL, 'h' },
|
||||
{ "version", no_argument, NULL, ARG_VERSION },
|
||||
{ "bus-path", required_argument, NULL, 'p' },
|
||||
{},
|
||||
};
|
||||
|
||||
int c;
|
||||
|
Loading…
x
Reference in New Issue
Block a user