From 8890b98bb01e313ca680a7087f3792faf0f7a771 Mon Sep 17 00:00:00 2001 From: Saigut Date: Mon, 4 Sep 2023 20:48:03 +0800 Subject: [PATCH] Update http_client.c (#474) Add the '-B Header bypass' parameter description in the Usage of http_client --- bin/http_client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/http_client.c b/bin/http_client.c index 3a38a84..39b95cf 100644 --- a/bin/http_client.c +++ b/bin/http_client.c @@ -1011,6 +1011,7 @@ usage (const char *prog) " content-type: application/octet-stream and\n" " content-length\n" " -K Discard server response\n" +" -B Header bypass\n" " -I Abort on incomplete reponse from server\n" " -4 Prefer IPv4 when resolving hostname\n" " -6 Prefer IPv6 when resolving hostname\n"