Add -L to the usage message.

PR:	57327
Submitted by: Matt Peterson
This commit is contained in:
Warner Losh 2003-09-29 06:32:11 +00:00
parent ee74732c91
commit 6584aa064a

View File

@ -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);