aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-15 00:02:42 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-15 00:02:42 +0000
commitb98e409af87b15c1f1a218d9a17fe9e1c1479eb7 (patch)
tree43561639d4bdcc00506e61e6a7b858c5b7671c27
parentecc1f4c012afb99be1e92ce67c9cf39aef45308e (diff)
downloadfetchmail-b98e409af87b15c1f1a218d9a17fe9e1c1479eb7.tar.gz
fetchmail-b98e409af87b15c1f1a218d9a17fe9e1c1479eb7.tar.bz2
fetchmail-b98e409af87b15c1f1a218d9a17fe9e1c1479eb7.zip
Fix typo: --sslcertck checks the /server/ certificate (not the client's).
svn path=/branches/BRANCH_6-3/; revision=4639
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index c2d1849c..9ffc09fc 100644
--- a/options.c
+++ b/options.c
@@ -596,7 +596,7 @@ struct query *ctl; /* option record to be initialized */
P(GT_(" --ssl enable ssl encrypted session\n"));
P(GT_(" --sslkey ssl private key file\n"));
P(GT_(" --sslcert ssl client certificate\n"));
- P(GT_(" --sslcertck strict client certificate check (recommended)\n"));
+ P(GT_(" --sslcertck do strict server certificate check (recommended)\n"));
P(GT_(" --sslcertpath path to ssl certificates\n"));
P(GT_(" --sslfingerprint fingerprint that must match that of the server's cert.\n"));
P(GT_(" --sslproto force ssl protocol (ssl2/ssl3/tls1)\n"));