summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcpbench/tcpbench.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-05-09 06:45:49 +0000
committerdjm <djm@openbsd.org>2008-05-09 06:45:49 +0000
commit8c239c85c3a011d464b564e070269d31b172fc93 (patch)
treef2b698dbbf7133364fbaf46f819935da88898da6 /usr.bin/tcpbench/tcpbench.c
parentAttempt to fix link status change handling so that the proper RTM_IFINFO (diff)
downloadwireguard-openbsd-8c239c85c3a011d464b564e070269d31b172fc93.tar.xz
wireguard-openbsd-8c239c85c3a011d464b564e070269d31b172fc93.zip
s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.com
Diffstat (limited to 'usr.bin/tcpbench/tcpbench.c')
-rw-r--r--usr.bin/tcpbench/tcpbench.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c
index 9e302b10134..3332016eaa8 100644
--- a/usr.bin/tcpbench/tcpbench.c
+++ b/usr.bin/tcpbench/tcpbench.c
@@ -112,9 +112,9 @@ usage(void)
{
fprintf(stderr,
"Usage:\n"
-" bench -l\n"
-" bench [-v] [-p port] [-r rate] [host]\n"
-" bench [-v] [-p port] [-r rate] -s\n"
+" tcpbench -l\n"
+" tcpbench [-v] [-p port] [-r rate] [host]\n"
+" tcpbench [-v] [-p port] [-r rate] -s\n"
"Options:\n"
" -B buf Set read/write buffer space (default: %u)\n"
" -h Display this help\n"