diff options
author | 2008-05-09 06:45:49 +0000 | |
---|---|---|
committer | 2008-05-09 06:45:49 +0000 | |
commit | 8c239c85c3a011d464b564e070269d31b172fc93 (patch) | |
tree | f2b698dbbf7133364fbaf46f819935da88898da6 /usr.bin/tcpbench/tcpbench.c | |
parent | Attempt to fix link status change handling so that the proper RTM_IFINFO (diff) | |
download | wireguard-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.c | 6 |
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" |