Add usage print for -q flag

Signed-off-by: Orr Mazor <o.mazor@genexis.eu>
This commit is contained in:
Orr Mazor 2022-05-12 10:50:16 +02:00 committed by Jouni Malinen
parent f77c0f914a
commit a17f9a2d41

View file

@ -494,7 +494,8 @@ static void usage(void)
#endif /* CONFIG_DEBUG_SYSLOG */ #endif /* CONFIG_DEBUG_SYSLOG */
" -S start all the interfaces synchronously\n" " -S start all the interfaces synchronously\n"
" -t include timestamps in some debug messages\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); exit(1);
} }