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:
Daniel Stenberg 2016-04-28 23:47:03 +02:00
parent 394d7917b7
commit ce7826f613

View File

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