From d16d18cf641d412f40269e1c8469f84201673204 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 30 Dec 2023 23:19:37 +0100 Subject: [PATCH] haproxy-clientip.d: document the arg The arg keyword was missing and therefore not present in the man page. Closes #12611 --- docs/cmdline-opts/haproxy-clientip.d | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/cmdline-opts/haproxy-clientip.d b/docs/cmdline-opts/haproxy-clientip.d index 25cb7e6236..9958849412 100644 --- a/docs/cmdline-opts/haproxy-clientip.d +++ b/docs/cmdline-opts/haproxy-clientip.d @@ -1,6 +1,7 @@ c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Long: haproxy-clientip +Arg: Help: Sets client IP in HAProxy PROXY protocol v1 header Protocols: HTTP Added: 8.2.0 @@ -24,6 +25,3 @@ of consecutive zeroes. The total number of decoded bits must exactly be 128. Otherwise, any string can be accepted for the client IP and get sent. It replaces --haproxy-protocol if used, it is not necessary to specify both flags. - -This option is primarily useful when sending test requests to -verify a service is working as intended. -- 2.47.3