aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-19 10:30:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-19 10:30:15 +0000
commit8c66811e095df3932f3313215a4b94a2851e1f41 (patch)
tree40bff069a1ef21d39c5f14786139d5b2e76bf1be /src
parentdaadcfd1de6d6369e0f2c0c1bca528995196ffaf (diff)
rephrased the --socks5-hostname help output somewhat
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3ee924efc..406740d98 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)",