From: Daniel Stenberg Date: Fri, 28 Jul 2000 07:56:50 +0000 (+0000) Subject: Added [:port] to the -x description for --help X-Git-Tag: curl-7_1_1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433b73192c0ff24897791c08801df31544eecaf3;p=thirdparty%2Fcurl.git Added [:port] to the -x description for --help --- diff --git a/src/main.c b/src/main.c index 9de214c73b..b69c13ddea 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 Use proxy. (Default port is 1080)\n" + " -x/--proxy Use proxy. (Default port is 1080)\n" " -X/--request 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"