aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wicontrol
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-09-29 06:32:11 +0000
committerWarner Losh <imp@FreeBSD.org>2003-09-29 06:32:11 +0000
commit6584aa064acc11178839e6b08950e5efb8b277b7 (patch)
tree39e96aeb27223fe950bd6e180734815edc9b3f68 /usr.sbin/wicontrol
parentee74732c91c3b3bd931042cba5a0cd65bcbbf86a (diff)
downloadsrc-6584aa064acc11178839e6b08950e5efb8b277b7.tar.gz
src-6584aa064acc11178839e6b08950e5efb8b277b7.zip
Add -L to the usage message.
PR: 57327 Submitted by: Matt Peterson
Notes
Notes: svn path=/head/; revision=120568
Diffstat (limited to 'usr.sbin/wicontrol')
-rw-r--r--usr.sbin/wicontrol/wicontrol.c1
1 files changed, 1 insertions, 0 deletions
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);