Skip to content

Commit

Permalink
Merge branch 'typo' of https://github.com/gmelikov/liburing
Browse files Browse the repository at this point in the history
* 'typo' of https://github.com/gmelikov/liburing:
  examples/send-zerocopy.c: remove duplicate line in usage
  • Loading branch information
axboe committed Nov 16, 2024
2 parents d20600d + 978db5f commit 1241aa9
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 1241aa9

Please sign in to comment.