Skip to content

Commit

Permalink
Merge pull request esnet#1613 from davidBar-On/affinity-help-text-cor…
Browse files Browse the repository at this point in the history
…rection

Fix --affinity help text
  • Loading branch information
bmah888 committed Jan 3, 2024
2 parents ec06f7b + fd2b6d9 commit 3510239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iperf_locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3510239

Please sign in to comment.