Added note to -h output for -b flag's burst mode.

This commit is contained in:
Jef Poskanzer 2013-12-18 20:56:21 -08:00
parent 87f4ff6fc4
commit 3f4d657209

View File

@ -84,8 +84,9 @@ const char usage_longstr[] = "Usage: iperf [-s|-c host] [options]\n"
"Client specific:\n"
" -c, --client <host> run in client mode, connecting to <host>\n"
" -u, --udp use UDP rather than TCP\n"
" -b, --bandwidth #[KMG] target bandwidth in bits/sec\n"
" -b, --bandwidth #[KMG][/#] target bandwidth in bits/sec\n"
" (default %d Mbit/sec for UDP, unlimited for TCP)\n"
" (optional slash and packet count for burst mode)\n"
" -t, --time # time in seconds to transmit for (default %d secs)\n"
" -n, --num #[KMG] number of bytes to transmit (instead of -t)\n"
" -l, --len #[KMG] length of buffer to read or write\n"