aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-02-17 21:28:08 -0700
committerJens Axboe <axboe@kernel.dk>2024-02-17 21:28:08 -0700
commita86a0afa9ec689e6ad86995bf9c5109bc642765b (patch)
tree59c6998a8a7a964815a297cffab8f714e27e9afe
parent4ef5e451e4bd21c5f5325c9a625fdc1754c0c76c (diff)
parent0193feb0ffd0fcf93f0347869bbd3615c7274a9c (diff)
downloadliburing-a86a0afa9ec689e6ad86995bf9c5109bc642765b.tar.gz
Merge branch 'mfrw/fix-typo-in-usage' of https://github.com/mfrw/liburing
* 'mfrw/fix-typo-in-usage' of https://github.com/mfrw/liburing: examples/proxy: use -H instead of -h for remote host
-rw-r--r--examples/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/proxy.c b/examples/proxy.c
index 64b1040e..fda054ed 100644
--- a/examples/proxy.c
+++ b/examples/proxy.c
@@ -1039,7 +1039,7 @@ static void usage(const char *name)
printf("\t-s:\t\tAct only as a sink (%d)\n", is_sink);
printf("\t-f:\t\tUse only fixed files (%d)\n", fixed_files);
printf("\t-B:\t\tUse bi-directional mode (%d)\n", bidi);
- printf("\t-h:\t\tHost to connect to (%s)\n", host);
+ printf("\t-H:\t\tHost to connect to (%s)\n", host);
printf("\t-r:\t\tPort to receive on (%d)\n", receive_port);
printf("\t-p:\t\tPort to connect to (%d)\n", send_port);
printf("\t-6:\t\tUse IPv6 (%d)\n", ipv6);