From: Gokul Sivakumar Date: Wed, 3 Nov 2021 16:50:24 +0000 (+0530) Subject: wlantest: Add the missing command line option -W to the usage text X-Git-Tag: hostap_2_10~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ec23362494aaa2f4e85d5b05c7286f653ecb88;p=thirdparty%2Fhostap.git wlantest: Add the missing command line option -W to the usage text Signed-off-by: Gokul Sivakumar --- diff --git a/wlantest/wlantest.c b/wlantest/wlantest.c index e1a3e0650..fd6dc2024 100644 --- a/wlantest/wlantest.c +++ b/wlantest/wlantest.c @@ -27,7 +27,7 @@ static void usage(void) "[-P]\n" " [-n]\n" " [-w] [-f]\n" - " [-L] [-T]\n"); + " [-L] [-T] [-W]\n"); }