1
1
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:
Łukasz Stelmach 2014-08-26 12:28:28 +02:00 committed by Lennart Poettering
parent 7965435e58
commit 32dfe42c66

View File

@ -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) {