3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

monitor: Support short form of '--noies' option

This commit is contained in:
Denis Kenzior 2021-09-14 10:43:36 -05:00
parent 7fda423e12
commit 6dbde8121d

View File

@ -701,7 +701,7 @@ int main(int argc, char *argv[])
for (;;) { for (;;) {
int opt; int opt;
opt = getopt_long(argc, argv, "r:w:a:F:i:nvhys", opt = getopt_long(argc, argv, "r:w:a:F:i:nvhyse",
main_options, NULL); main_options, NULL);
if (opt < 0) if (opt < 0)
break; break;