]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix hostapd usage entry style for -T
authorJouni Malinen <j@w1.fi>
Sat, 19 Nov 2016 20:20:14 +0000 (22:20 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2016 20:20:14 +0000 (22:20 +0200)
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>
hostapd/main.c

index c0d65c473e7b47f4c8336a506f4ee88052536a2d..bcc47a48c7007746ec274e8a764ddae4d918e342 100644 (file)
@@ -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"