mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
* src/main.c (print_help): Don't use a possessive instead of a plural.
This commit is contained in:
parent
56c0098063
commit
0417ef8b50
@ -668,11 +668,11 @@ HTTPS (SSL/TLS) options:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
--private-key-type=TYPE private key type, PEM or DER\n"),
|
--private-key-type=TYPE private key type, PEM or DER\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--ca-certificate=FILE file with the bundle of CA's\n"),
|
--ca-certificate=FILE file with the bundle of CAs\n"),
|
||||||
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_("\
|
N_("\
|
||||||
--crl-file=FILE file with bundle of CRL's\n"),
|
--crl-file=FILE file with bundle of CRLs\n"),
|
||||||
#if defined(HAVE_LIBSSL) || defined(HAVE_LIBSSL32)
|
#if defined(HAVE_LIBSSL) || defined(HAVE_LIBSSL32)
|
||||||
N_("\
|
N_("\
|
||||||
--random-file=FILE file with random data for seeding the SSL PRNG\n"),
|
--random-file=FILE file with random data for seeding the SSL PRNG\n"),
|
||||||
|
Loading…
Reference in New Issue
Block a user