]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add usage print for -q flag
authorOrr Mazor <orrmazor@gmail.com>
Thu, 12 May 2022 08:50:16 +0000 (10:50 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 16 Sep 2022 18:39:47 +0000 (21:39 +0300)
Signed-off-by: Orr Mazor <o.mazor@genexis.eu>
hostapd/main.c

index 21932d1bea06e7a07df2106c90afe1f7c420995f..a6268ad37afb3551fb912871a0d7da8b0f5f14ff 100644 (file)
@@ -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);
 }