diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-05-27 13:33:46 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-05-27 13:33:46 +0000 |
| commit | 64c88e4219f96ce7d3916967f0a16bab106331f0 (patch) | |
| tree | 02dd4a2436d72d96d155842c3f29465e5b07fb6f | |
| parent | 6c37e4212e916461d986a8c6ee24dd8cf254684e (diff) | |
Notes
| -rw-r--r-- | usr.sbin/wicontrol/wicontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index 005cecac75e9..99db559691b5 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -713,7 +713,7 @@ usage(const char *p) fprintf(stderr, "\t%s -i iface -r RTS threshold\n", p); fprintf(stderr, "\t%s -i iface -f frequency\n", p); fprintf(stderr, "\t%s -i iface -F 0|1\n", p); - fprintf(stderr, "\t%s -i iface -P 0|1t\n", p); + fprintf(stderr, "\t%s -i iface -P 0|1\n", p); fprintf(stderr, "\t%s -i iface -S max sleep duration\n", p); fprintf(stderr, "\t%s -i iface -T 1|2|3|4\n", p); #ifdef WICACHE |
