Skip to content

Commit

Permalink
Fix issue in help ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
davidBar-On committed Sep 29, 2024
1 parent 962c4c1 commit 229f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iperf_locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const char usage_shortstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
const char usage_longstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
" iperf3 [-h|--help] [-v|--version]\n\n"
"Server or Client:\n"
#if defined(WINDOWS_ANY)
#if (defined(__CYGWIN__) || defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__))
" -p, --port #[/#] server port to listen on / connect to\n"
" (optional for server UDP: pool size of ports starting with\n"
" port # - required for parallel UDP sterams under Windows)\n"
Expand Down

0 comments on commit 229f454

Please sign in to comment.