Skip to content

Commit

Permalink
Fix help typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanHamilis committed Jul 19, 2020
1 parent 4de1710 commit 5d1a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perftest_parameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ static void usage(const char *argv0, VerbType verb, TestType tst, int connection

if ( tst == BW ) {
printf(" --report-both ");
printf(" Report RX & TX results separately on Bidirectinal BW tests\n");
printf(" Report RX & TX results separately on Bidirectional BW tests\n");

printf(" --report_gbits ");
printf(" Report Max/Average BW of test in Gbit/sec (instead of MiB/sec)\n");
Expand Down

0 comments on commit 5d1a317

Please sign in to comment.