From 0236bee5deeed96aca9a23678283d0bfb5780b38 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 28 May 2002 09:31:48 +0000 Subject: I trimmed the --help output slightly to better fit within 80 cols --- src/main.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 9254e941b..3e7052de9 100644 --- a/src/main.c +++ b/src/main.c @@ -339,13 +339,14 @@ static void help(void) #endif " -e/--referer Referer page (H)"); puts(" -E/--cert Specifies your certificate file and password (HTTPS)\n" - " --cert-type Specifies your certificate file type (DER/PEM/ENG) (HTTPS)\n" - " --key Specifies your private key file (HTTPS)\n" - " --key-type Specifies your private key file type (DER/PEM/ENG) (HTTPS)\n" - " --pass Specifies your passphrase for the private key (HTTPS)"); + " --cert-type Specifies certificate file type (DER/PEM/ENG) (HTTPS)\n" + " --key Specifies private key file (HTTPS)\n" + " --key-type Specifies private key file type (DER/PEM/ENG) (HTTPS)\n" + " --pass Specifies passphrase for the private key (HTTPS)"); puts(" --engine Specifies the crypto engine to use (HTTPS)\n" " --cacert CA certifciate to verify peer against (SSL)\n" - " --capath CA directory (made using c_rehash) to verify peer against (SSL, NOT Windows)\n" + " --capath CA directory (made using c_rehash) to verify\n" + " peer against (SSL, NOT Windows)\n" " --ciphers What SSL ciphers to use (SSL)\n" " --connect-timeout Maximum time allowed for connection\n" " -f/--fail Fail silently (no output at all) on errors (H)\n" -- cgit v1.2.3