From: Daniel Stenberg Date: Mon, 27 Nov 2000 10:24:08 +0000 (+0000) Subject: modified the --help output to have the passwords within [brackets] as they X-Git-Tag: curl-7_5~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e78911ce3e6927d72ee85675a3a1b64f4d5a614;p=curl modified the --help output to have the passwords within [brackets] as they are optional... --- diff --git a/src/main.c b/src/main.c index 296dab5bb..43af0d617 100644 --- a/src/main.c +++ b/src/main.c @@ -252,7 +252,7 @@ static void help(void) " --data-binary HTTP POST binary data (H)\n" " -D/--dump-header Write the headers to this file\n" " -e/--referer Referer page (H)\n" - " -E/--cert Specifies your certificate file and password (HTTPS)\n" + " -E/--cert Specifies your certificate file and password (HTTPS)\n" " --cacert CA certifciate to verify peer against (HTTPS)\n" " -f/--fail Fail silently (no output at all) on errors (H)\n" " -F/--form Specify HTTP POST data (H)\n" @@ -281,8 +281,8 @@ static void help(void) " -S/--show-error Show error. With -s, make curl show errors when they occur\n" " -t/--upload Transfer/upload stdin to remote site\n" " -T/--upload-file Transfer/upload to remote site\n" - " -u/--user Specify user and password to use\n" - " -U/--proxy-user Specify Proxy authentication\n" + " -u/--user Specify user and password to use\n" + " -U/--proxy-user Specify Proxy authentication\n" " -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"