diff options
author | 2011-03-16 08:06:10 +0000 | |
---|---|---|
committer | 2011-03-16 08:06:10 +0000 | |
commit | fb3b63e991a5dca8f92e70da20e030b4c1c17b57 (patch) | |
tree | 409dd5d9730813932a94868bf1d60a967fb67156 /usr.bin/tcpbench/tcpbench.c | |
parent | If we get a packet larger than if_hardmtu skip it. (diff) | |
download | wireguard-openbsd-fb3b63e991a5dca8f92e70da20e030b4c1c17b57.tar.xz wireguard-openbsd-fb3b63e991a5dca8f92e70da20e030b4c1c17b57.zip |
various cleanup;
Diffstat (limited to 'usr.bin/tcpbench/tcpbench.c')
-rw-r--r-- | usr.bin/tcpbench/tcpbench.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c index aefea2053fc..aac03e22df3 100644 --- a/usr.bin/tcpbench/tcpbench.c +++ b/usr.bin/tcpbench/tcpbench.c @@ -172,10 +172,10 @@ usage(void) { fprintf(stderr, "usage: tcpbench -l\n" - " tcpbench [-v] [-u] [-B buf] [-k kvars] [-n connections]\n" - " [-p port] [-q] [-r rate] [-S space] [-V rtable] hostname\n" - " tcpbench -s [-v] [-u] [-B buf] [-k kvars] [-p port]\n" - " [-q] [-r rate] [-S space] [-V rtable]\n"); + " tcpbench [-uv] [-B buf] [-k kvars] [-n connections] [-p port]\n" + " [-r interval] [-S space] [-V rtable] hostname\n" + " tcpbench -s [-uv] [-B buf] [-k kvars] [-p port]\n" + " [-r interval] [-S space] [-V rtable]\n"); exit(1); } |