Added [:port] to the -x description for --help
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jul 2000 07:56:50 +0000 (07:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jul 2000 07:56:50 +0000 (07:56 +0000)
src/main.c

index 9de214c..b69c13d 100644 (file)
@@ -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"