tool_listhelp: regenerate after recent .d updates

Makes it survive test 1478

Closes #12612
This commit is contained in:
Daniel Stenberg 2023-12-31 16:29:49 +01:00
Родитель 0f1bb61e86
Коммит b23255af99
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",