diff options
author | imp <imp@FreeBSD.org> | 2003-09-29 06:32:11 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-09-29 06:32:11 +0000 |
commit | 0fda899d323687f515a60b954f4c0b785dec0693 (patch) | |
tree | 39e96aeb27223fe950bd6e180734815edc9b3f68 /usr.sbin/wicontrol | |
parent | a0841bce6f6fa62d2ff56a02b7566c1d4c08da86 (diff) | |
download | FreeBSD-src-0fda899d323687f515a60b954f4c0b785dec0693.zip FreeBSD-src-0fda899d323687f515a60b954f4c0b785dec0693.tar.gz |
Add -L to the usage message.
PR: 57327
Submitted by: Matt Peterson
Diffstat (limited to 'usr.sbin/wicontrol')
-rw-r--r-- | usr.sbin/wicontrol/wicontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index fcdbd36..b8b1add 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); |