3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01: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 (;;) {
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);
if (opt < 0)
break;