fix typo with proxy scheme socks5a->socks5h

This commit is contained in:
Ahmet Oeztuerk 2025-12-19 17:36:52 +01:00
parent 8e095bfc73
commit 1c0134a994

View file

@ -1621,7 +1621,7 @@ void print_help(void) {
"\"critical\",\"warning\""));
printf(" %s\n", "-x, --proxy=PROXY_SERVER");
printf(" %s\n", _("Specify the proxy in form of <scheme>://<host(name)>:<port>"));
printf(" %s\n", _("Available schemes are http, https, socks4, socks4a, socks5, socks5a"));
printf(" %s\n", _("Available schemes are http, https, socks4, socks4a, socks5, socks5h"));
printf(" %s\n", _("If port is not specified, libcurl defaults to 1080"));
printf(" %s\n", _("This value will be set as CURLOPT_PROXY"));
printf(" %s\n", "-a, --authorization=AUTH_PAIR");