diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-07-28 07:56:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-07-28 07:56:50 +0000 |
commit | 433b73192c0ff24897791c08801df31544eecaf3 (patch) | |
tree | 7e98f5ee683c31210d4b1d23269d0ba9dc6e4ed2 | |
parent | 215c75135b687461ed1a5f4f0e9ef0fba1af0d46 (diff) |
Added [:port] to the -x description for --help
-rw-r--r-- | src/main.c | 2 |
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" |