mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03:00
networkd-wait-online: add missing short option 'i' to optstring
This commit is contained in:
parent
7965435e58
commit
32dfe42c66
@ -59,7 +59,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "+hq", options, NULL)) >= 0)
|
||||
while ((c = getopt_long(argc, argv, "+hiq", options, NULL)) >= 0)
|
||||
|
||||
switch (c) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user