Merge branch 'master' of github.com:/esnet/iperf
diff --git a/docs/invoking.rst b/docs/invoking.rst
index fe73690..fdd58a8 100644
--- a/docs/invoking.rst
+++ b/docs/invoking.rst
@@ -156,8 +156,9 @@
                  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
diff --git a/src/iperf3.1 b/src/iperf3.1
index 037e037..176fa2c 100644
--- a/src/iperf3.1
+++ b/src/iperf3.1
@@ -138,7 +138,9 @@
 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 05f6df3..b0d8a96 100644
--- a/src/iperf_locale.c
+++ b/src/iperf_locale.c
@@ -104,7 +104,7 @@
 #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"