summaryrefslogtreecommitdiff
path: root/usr.bin/tcpbench
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-09-11 20:53:37 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-09-11 20:53:37 +0000
commitfaa3c58abef04cbdb3ad14e386f4106925e94e1d (patch)
tree04215907eca5ef2ac5bddcc2159c99461cae534c /usr.bin/tcpbench
parentccdcd1684158b6e597659874b6a18201582f02b8 (diff)
- adjust usage() to fit in 80 columns
- re-order client options in usage() to match server options and the manual, as suggested by jmc. ok jmc@
Diffstat (limited to 'usr.bin/tcpbench')
-rw-r--r--usr.bin/tcpbench/tcpbench.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c
index 5fbcf7dfbb2..d1a68d91781 100644
--- a/usr.bin/tcpbench/tcpbench.c
+++ b/usr.bin/tcpbench/tcpbench.c
@@ -136,11 +136,10 @@ usage(void)
{
fprintf(stderr,
"usage: tcpbench -l\n"
- " tcpbench [-v] [-B buf] [-k kvars] [-n connections]"
- " [-p port] [-r rate] [-V rdomain]\n"
- " [-S space] hostname\n"
- " tcpbench -s [-v] [-B buf] [-k kvars] [-p port] [-r rate]"
- " [-S space] [-V rdomain]\n");
+ " tcpbench [-v] [-B buf] [-k kvars] [-n connections] [-p port]\n"
+ " [-r rate] [-S space] [-V rdomain] hostname\n"
+ " tcpbench -s [-v] [-B buf] [-k kvars] [-p port]\n"
+ " [-r rate] [-S space] [-V rdomain]\n");
exit(1);
}