rephrased the --socks5-hostname help output somewhat
authorDaniel Stenberg <daniel@haxx.se>
Sat, 19 Jan 2008 10:30:15 +0000 (10:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 19 Jan 2008 10:30:15 +0000 (10:30 +0000)
src/main.c

index 3ee924e..406740d 100644 (file)
@@ -741,7 +741,7 @@ static void help(void)
     "    --socks4 <host[:port]> SOCKS4 proxy on given host + port",
     "    --socks4a <host[:port]> SOCKS4a proxy on given host + port",
     "    --socks5 <host[:port]> SOCKS5 proxy on given host + port",
-    "    --socks5-hostname <host[:port]> SOCKS5 proxy, pass name instead of IP",
+    "    --socks5-hostname <host[:port]> SOCKS5 proxy, pass host name to proxy",
     " -Y/--speed-limit   Stop transfer if below speed-limit for 'speed-time' secs",
     " -y/--speed-time    Time needed to trig speed-limit abort. Defaults to 30",
     " -2/--sslv2         Use SSLv2 (SSL)",