]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_listhelp: regenerate after recent .d updates
authorDaniel Stenberg <daniel@haxx.se>
Sun, 31 Dec 2023 15:29:49 +0000 (16:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Jan 2024 07:44:12 +0000 (08:44 +0100)
Makes it survive test 1478

Closes #12612

src/tool_listhelp.c

index 4e7a6dd632c3f28913df35a95c8f91e53101d93e..59a5c95c99ab1ef06e471e73ad2429f6d54342b5 100644 (file)
@@ -143,7 +143,7 @@ const struct helptxt helptext[] = {
    CURLHELP_FTP},
   {"    --disallow-username-in-url",
    "Disallow username in URL",
-   CURLHELP_CURL | CURLHELP_HTTP},
+   CURLHELP_CURL},
   {"    --dns-interface <interface>",
    "Interface to use for DNS requests",
    CURLHELP_DNS},
@@ -246,7 +246,7 @@ const struct helptxt helptext[] = {
   {"    --happy-eyeballs-timeout-ms <milliseconds>",
    "Time for IPv6 before trying IPv4",
    CURLHELP_CONNECTION},
-  {"    --haproxy-clientip",
+  {"    --haproxy-clientip <IP address>",
    "Sets client IP in HAProxy PROXY protocol v1 header",
    CURLHELP_HTTP | CURLHELP_PROXY},
   {"    --haproxy-protocol",