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
1 changed files with 1 additions and 1 deletions

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;