mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
clients: add missing command line arguments
This commit is contained in:
parent
baabc09191
commit
8fe12d88a8
@ -1160,6 +1160,8 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
{ "to-pattern", required_argument, NULL, ARG_DOT_TO_PATTERN },
|
||||
{ "fuzz", required_argument, NULL, ARG_FUZZ },
|
||||
{ "no-pager", no_argument, NULL, ARG_NO_PAGER },
|
||||
{ "host", required_argument, NULL, 'H' },
|
||||
{ "machine", required_argument, NULL, 'M' },
|
||||
{}
|
||||
};
|
||||
|
||||
|
@ -220,6 +220,8 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
{ "address", required_argument, NULL, ARG_ADDRESS },
|
||||
{ "no-unique", no_argument, NULL, ARG_NO_UNIQUE },
|
||||
{ "match", required_argument, NULL, ARG_MATCH },
|
||||
{ "host", required_argument, NULL, 'H' },
|
||||
{ "machine", required_argument, NULL, 'M' },
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user