Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/esnet/iperf
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Feb 22, 2018
2 parents 63ae663 + a6123ce commit 4a46483
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/invoking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ the executable.
potentialy multiple CPUs).
-B, --bind host
bind to a specific interface. If the host has multiple inter-
faces, it will use the first interface by default.
bind to the specific interface associated with address <host>.
If the host has multiple interfaces, it will use the first
interface by default.
-V, --verbose
give more detailed output
Expand Down
4 changes: 3 additions & 1 deletion src/iperf3.1
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ to a single CPU (as opposed to a set containing potentialy multiple
CPUs).
.TP
.BR -B ", " --bind " \fIhost\fR"
bind to a specific interface. If the host has multiple interfaces, it will use the first interface by default.
bind to the specific interface associated with address \fIhost\fR.
If the host has multiple interfaces, it will use the first interface
by default.
.TP
.BR -V ", " --verbose " "
give more detailed output
Expand Down
2 changes: 1 addition & 1 deletion src/iperf_locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const char usage_longstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
#if defined(HAVE_CPU_AFFINITY)
" -A, --affinity n/n,m set CPU affinity\n"
#endif /* HAVE_CPU_AFFINITY */
" -B, --bind <host> bind to a specific interface\n"
" -B, --bind <host> bind to the interface associated with the address <host>\n"
" -V, --verbose more detailed output\n"
" -J, --json output in JSON format\n"
" --logfile f send output to a log file\n"
Expand Down

0 comments on commit 4a46483

Please sign in to comment.