summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wicontrol
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-05-27 13:33:46 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-05-27 13:33:46 +0000
commit4c72376dabe64ae0f5cecafeab83440e266fc666 (patch)
tree02dd4a2436d72d96d155842c3f29465e5b07fb6f /usr.sbin/wicontrol
parentedc5c7457a2e0f26c9d1a7a06b41782ae702d77c (diff)
downloadFreeBSD-src-4c72376dabe64ae0f5cecafeab83440e266fc666.zip
FreeBSD-src-4c72376dabe64ae0f5cecafeab83440e266fc666.tar.gz
Remove a stray "t" in the usage message.
PR: 38605 Submitted by: KOIE Hidetaka <hide@koie.org> MFC after: 1 week
Diffstat (limited to 'usr.sbin/wicontrol')
-rw-r--r--usr.sbin/wicontrol/wicontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c
index 005ceca..99db559 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
OpenPOWER on IntegriCloud