From 6dbde8121d9ff673cc09e7f5060bcb14d6410a88 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 14 Sep 2021 10:43:36 -0500 Subject: [PATCH] monitor: Support short form of '--noies' option --- monitor/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/main.c b/monitor/main.c index c661156a..9117fba3 100644 --- a/monitor/main.c +++ b/monitor/main.c @@ -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;