Add usage print for -q flag
Signed-off-by: Orr Mazor <o.mazor@genexis.eu>
This commit is contained in:
parent
f77c0f914a
commit
a17f9a2d41
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue