From: Orr Mazor Date: Thu, 12 May 2022 08:50:16 +0000 (+0200) Subject: Add usage print for -q flag X-Git-Tag: hostap_2_11~1692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17f9a2d41f1e2c962426ede2fdb14d43c477ca3;p=thirdparty%2Fhostap.git Add usage print for -q flag Signed-off-by: Orr Mazor --- 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); }