From a9ec23362494aaa2f4e85d5b05c7286f653ecb88 Mon Sep 17 00:00:00 2001 From: Gokul Sivakumar Date: Wed, 3 Nov 2021 22:20:24 +0530 Subject: [PATCH] wlantest: Add the missing command line option -W to the usage text Signed-off-by: Gokul Sivakumar --- wlantest/wlantest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }