Skip to content

Commit 9411e12

Browse files
committed
Perftest: Add extra information in help message for multicast option
Add extra information in help message for multicast option. Signed-off-by: Hassan Khadour <[email protected]>
1 parent 2941850 commit 9411e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/perftest_parameters.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ static void usage(const char *argv0, VerbType verb, TestType tst, int connection
286286
if (verb == SEND && tst != FS_RATE) {
287287
printf(" -g, --mcg ");
288288
printf(" Send messages to multicast group with 1 QP attached to it.\n");
289+
printf(" When there is no multicast gid specified, a default IPv6 typed gid will be used.\n");
289290
}
290291

291292
printf(" -h, --help ");

0 commit comments

Comments
 (0)