From 4c72376dabe64ae0f5cecafeab83440e266fc666 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Mon, 27 May 2002 13:33:46 +0000 Subject: Remove a stray "t" in the usage message. PR: 38605 Submitted by: KOIE Hidetaka MFC after: 1 week --- usr.sbin/wicontrol/wicontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/wicontrol') 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 -- cgit v1.1