From 6584aa064acc11178839e6b08950e5efb8b277b7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 29 Sep 2003 06:32:11 +0000 Subject: [PATCH] Add -L to the usage message. PR: 57327 Submitted by: Matt Peterson --- usr.sbin/wicontrol/wicontrol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index fcdbd3670f06..b8b1add40f91 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -892,6 +892,7 @@ usage(const char *p) fprintf(stderr, "usage: %s -i iface\n", p); fprintf(stderr, "\t%s -i iface -o\n", p); fprintf(stderr, "\t%s -i iface -l\n", p); + fprintf(stderr, "\t%s -i iface -L\n", p); fprintf(stderr, "\t%s -i iface -t tx rate\n", p); fprintf(stderr, "\t%s -i iface -n network name\n", p); fprintf(stderr, "\t%s -i iface -s station name\n", p);