diff options
author | Jouni Malinen <j@w1.fi> | 2016-11-19 20:20:14 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-11-19 20:20:14 (GMT) |
commit | 5acbf22bb0309d5b4f04157d5c86ff06d53839db (patch) | |
tree | d7227ce756cb2e88d94941857b89b85f39b4868c | |
parent | 611d67a16eb9df425e05333d6062178f4712ba92 (diff) | |
download | hostap-5acbf22bb0309d5b4f04157d5c86ff06d53839db.zip hostap-5acbf22bb0309d5b4f04157d5c86ff06d53839db.tar.gz hostap-5acbf22bb0309d5b4f04157d5c86ff06d53839db.tar.bz2 |
Fix hostapd usage entry style for -T
Remove the extra equals sign from the line since hostapd usage text does
not have it for other entries either (while wpa_supplicant does and this
was likely copy-pasted from there).
Signed-off-by: Jouni Malinen <j@w1.fi>
-rw-r--r-- | hostapd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/main.c b/hostapd/main.c index c0d65c4..bcc47a4 100644 --- a/hostapd/main.c +++ b/hostapd/main.c @@ -480,7 +480,7 @@ static void usage(void) " -f log output to debug file instead of stdout\n" #endif /* CONFIG_DEBUG_FILE */ #ifdef CONFIG_DEBUG_LINUX_TRACING - " -T = record to Linux tracing in addition to logging\n" + " -T record to Linux tracing in addition to logging\n" " (records all messages regardless of debug verbosity)\n" #endif /* CONFIG_DEBUG_LINUX_TRACING */ " -i list of interface names to use\n" |