Skip to content

Commit

Permalink
examples/send-zerocopy.c: remove duplicate line in usage
Browse files Browse the repository at this point in the history
`-s` arg was already described in previous line.

Signed-off-by: George Melikov <[email protected]>
  • Loading branch information
gmelikov committed Nov 14, 2024
1 parent a27cad8 commit 978db5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/send-zerocopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ static void usage(const char *filepath)
printf(" -D <address>\tDestination address\n");
printf(" -p <port>\tServer port to listen on/connect to\n");
printf(" -s <size>\tBytes per request\n");
printf(" -s <size>\tBytes per request\n");
printf(" -n <nr>\tNumber of parallel requests\n");
printf(" -z <mode>\tZerocopy mode, 0 to disable, enabled otherwise\n");
printf(" -b <mode>\tUse registered buffers\n");
Expand Down

0 comments on commit 978db5f

Please sign in to comment.