wpa_priv: Add -c argument to usage text
authorJouni Malinen <j@w1.fi>
Sat, 5 Sep 2015 08:44:34 +0000 (11:44 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 5 Sep 2015 08:44:34 +0000 (11:44 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_priv.c

index dd43122..0d4aeeb 100644 (file)
@@ -944,8 +944,9 @@ static void usage(void)
               "contributors\n"
               "\n"
               "usage:\n"
-              "  wpa_priv [-Bdd] [-P<pid file>] <driver:ifname> "
-              "[driver:ifname ...]\n");
+              "  wpa_priv [-Bdd] [-c<ctrl dir>] [-P<pid file>] "
+              "<driver:ifname> \\\n"
+              "           [driver:ifname ...]\n");
 }