From a17f9a2d41f1e2c962426ede2fdb14d43c477ca3 Mon Sep 17 00:00:00 2001 From: Orr Mazor Date: Thu, 12 May 2022 10:50:16 +0200 Subject: [PATCH] Add usage print for -q flag Signed-off-by: Orr Mazor --- hostapd/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hostapd/main.c b/hostapd/main.c index 21932d1be..a6268ad37 100644 --- a/hostapd/main.c +++ b/hostapd/main.c @@ -494,7 +494,8 @@ static void usage(void) #endif /* CONFIG_DEBUG_SYSLOG */ " -S start all the interfaces synchronously\n" " -t include timestamps in some debug messages\n" - " -v show hostapd version\n"); + " -v show hostapd version\n" + " -q show less debug messages (-qq for even less)\n"); exit(1); }