---
src/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main.c b/src/main.c
index f8b8611..6599839 100644
--- a/src/main.c
+++ b/src/main.c
@@ -668,11 +668,11 @@ HTTPS (SSL/TLS) options:\n"),
N_("\
--private-key-type=TYPE private key type, PEM or DER\n"),
N_("\
- --ca-certificate=FILE file with the bundle of CA's\n"),
+ --ca-certificate=FILE file with the bundle of CAs\n"),
N_("\
- --ca-directory=DIR directory where hash list of CA's is
stored\n"),
+ --ca-directory=DIR directory where hash list of CAs is
stored\n"),
N_("\
- --crl-file=FILE file with bundle of CRL's\n"),
+ --crl-file=FILE file with bundle of CRLs\n"),
N_("\
--random-file=FILE file with random data for seeding the SSL
PRNG\n"),
N_("\
--
1.7.0.4