Remove a stray "t" in the usage message.

PR:		38605
Submitted by:	KOIE Hidetaka <hide@koie.org>
MFC after:	1 week
This commit is contained in:
David Malone 2002-05-27 13:33:46 +00:00
parent 6c37e4212e
commit 64c88e4219

View File

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