mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
fix typo with proxy scheme socks5a->socks5h
This commit is contained in:
parent
8e095bfc73
commit
1c0134a994
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue