Skip to content

Commit

Permalink
Add -L and -T to usage. Reported by Moritz Buhl.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 2, 2025
1 parent ea39bca commit 3d795da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions udpbench.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ static void
usage(void)
{
fprintf(stderr, "usage: udpbench [-DH] [-B bitrate] [-b bufsize] "
"[-C pseudo] [-d delay] [-I ifaddr] [-i idle] [-l length] "
"[-C pseudo] [-d delay] [-I ifaddr] [-i idle] -L loop] [-l length] "
"[-m mmsglen] [-N repeat] [-P packetrate] [-p port] "
"[-R remoteprog] [-r remotessh] [-t timeout] send|recv "
"[-R remoteprog] [-r remotessh] [-T ttl] [-t timeout] send|recv "
"[hostname]\n"
" -B bitrate bits per seconds send rate\n"
" -b bufsize set size of send or receive buffer\n"
Expand Down

0 comments on commit 3d795da

Please sign in to comment.