aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-07-28 07:56:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-07-28 07:56:50 +0000
commit433b73192c0ff24897791c08801df31544eecaf3 (patch)
tree7e98f5ee683c31210d4b1d23269d0ba9dc6e4ed2 /src
parent215c75135b687461ed1a5f4f0e9ef0fba1af0d46 (diff)
Added [:port] to the -x description for --help
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 9de214c73..b69c13dde 100644
--- a/src/main.c
+++ b/src/main.c
@@ -266,7 +266,7 @@ static void help(void)
" -v/--verbose Makes the operation more talkative\n"
" -V/--version Outputs version number then quits\n"
" -w/--write-out [format] What to output after completion\n"
- " -x/--proxy <host> Use proxy. (Default port is 1080)\n"
+ " -x/--proxy <host[:port]> Use proxy. (Default port is 1080)\n"
" -X/--request <command> Specific request command to use\n"
" -y/--speed-time Time needed to trig speed-limit abort. Defaults to 30\n"
" -Y/--speed-limit Stop transfer if below speed-limit for 'speed-time' secs\n"