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:
parent
7fda423e12
commit
6dbde8121d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user