From 56ba33f044851600a8d1add8d57daa8c7436ef5d Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 26 Apr 2005 10:24:19 -0700 Subject: [PATCH] [svn] Fix help text. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 89c82f97..e5af97b9 100644 --- a/src/main.c +++ b/src/main.c @@ -545,9 +545,9 @@ HTTPS (SSL/TLS) options:\n"), N_("\ --certificate-type=TYPE client certificate type, PEM or ASN1.\n"), N_("\ - --sslcadir=DIR dir where hash list of CA's are stored.\n"), + --ca-certificate=FILE file with the bundle of CA's.\n"), N_("\ - --sslcafile=FILE file with bundle of CA's.\n"), + --ca-directory=DIR directory where hash list of CA's is stored.\n"), N_("\ --egd-file=FILE file name of the EGD socket.\n"), "\n",