aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2024-01-03 18:23:15 -0500
committerGitHub <noreply@github.com>2024-01-03 18:23:15 -0500
commit35102399c24f37e2851b6734e57ecd0d9ef55bb4 (patch)
treef10086ae25d850ac258eaa50eb8f05edd49e1a88
parentec06f7b43854153044c0a5e9ea2845e07262dcf8 (diff)
parentfd2b6d9771deebd1cf42623cfe3a33913b5f8011 (diff)
downloadiperf3-35102399c24f37e2851b6734e57ecd0d9ef55bb4.tar.gz
Merge pull request #1613 from davidBar-On/affinity-help-text-correction
Fix --affinity help text
-rw-r--r--src/iperf_locale.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iperf_locale.c b/src/iperf_locale.c
index a1c926c..41d78cb 100644
--- a/src/iperf_locale.c
+++ b/src/iperf_locale.c
@@ -115,7 +115,8 @@ const char usage_longstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
" -I, --pidfile file write PID file\n"
" -F, --file name xmit/recv the specified file\n"
#if defined(HAVE_CPU_AFFINITY)
- " -A, --affinity n/n,m set CPU affinity\n"
+ " -A, --affinity n[,m] set CPU affinity core number to n (the core the process will use)\n"
+ " (optional Client only m - the Server's core number for this test)\n"
#endif /* HAVE_CPU_AFFINITY */
#if defined(HAVE_SO_BINDTODEVICE)
" -B, --bind <host>[%%<dev>] bind to the interface associated with the address <host>\n"