mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
curl: remove "--socks" as "--socks5" turned 8
In commit 2e42b0a2524 (Jan 2008) we made the option "--socks" deprecated and it has not been documented since. The more explicit socks options (like --socks4 or --socks5) should be used.
This commit is contained in:
parent
394d7917b7
commit
ce7826f613
@ -121,9 +121,6 @@ static const struct LongShort aliases[]= {
|
||||
/* 'ssl' new option name in 7.20.0, previously this was ftp-ssl */
|
||||
{"$b", "ftp-pasv", FALSE},
|
||||
{"$c", "socks5", TRUE},
|
||||
{"$c", "socks", TRUE},
|
||||
/* 'socks' is how the option once was documented but we prefer
|
||||
the --socks5 version for explicit version */
|
||||
{"$d", "tcp-nodelay", FALSE},
|
||||
{"$e", "proxy-digest", FALSE},
|
||||
{"$f", "proxy-basic", FALSE},
|
||||
|
Loading…
x
Reference in New Issue
Block a user