diff --git a/docs/invoking.rst b/docs/invoking.rst index fe736906c..fdd58a821 100644 --- a/docs/invoking.rst +++ b/docs/invoking.rst @@ -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 . + If the host has multiple interfaces, it will use the first + interface by default. -V, --verbose give more detailed output diff --git a/src/iperf3.1 b/src/iperf3.1 index 037e037c0..176fa2c72 100644 --- a/src/iperf3.1 +++ b/src/iperf3.1 @@ -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 diff --git a/src/iperf_locale.c b/src/iperf_locale.c index 05f6df3e3..b0d8a96ab 100644 --- a/src/iperf_locale.c +++ b/src/iperf_locale.c @@ -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 bind to a specific interface\n" + " -B, --bind bind to the interface associated with the address \n" " -V, --verbose more detailed output\n" " -J, --json output in JSON format\n" " --logfile f send output to a log file\n"