[PATCH] Add usage print for -q flag

Orr Mazor orrmazor at gmail.com
Thu May 12 01:50:16 PDT 2022


Signed-off-by: Orr Mazor <o.mazor at genexis.eu>
---
 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);
 }
-- 
2.25.1




More information about the Hostap mailing list