Skip to content

Commit

Permalink
Perftest: Add extra information in help message for multicast option
Browse files Browse the repository at this point in the history
Add extra information in help message for multicast option.

Signed-off-by: Hassan Khadour <[email protected]>
  • Loading branch information
HassanKhadour committed Jan 5, 2023
1 parent 2941850 commit 9411e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/perftest_parameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ static void usage(const char *argv0, VerbType verb, TestType tst, int connection
if (verb == SEND && tst != FS_RATE) {
printf(" -g, --mcg ");
printf(" Send messages to multicast group with 1 QP attached to it.\n");
printf(" When there is no multicast gid specified, a default IPv6 typed gid will be used.\n");
}

printf(" -h, --help ");
Expand Down

0 comments on commit 9411e12

Please sign in to comment.