mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix typo in help string.
This commit is contained in:
parent
07fb4d78a7
commit
33dceca784
@ -1,3 +1,7 @@
|
||||
2003-10-08 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* main.c (print_help): Fix typo; stured -> stored.
|
||||
|
||||
2003-10-08 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* getopt.c: Add definitions of getopt_long and getopt_long_only.
|
||||
|
@ -219,7 +219,7 @@ HTTPS (SSL) options:\n\
|
||||
--sslcertfile=FILE optional client certificate.\n\
|
||||
--sslcertkey=KEYFILE optional keyfile for this certificate.\n\
|
||||
--egd-file=FILE file name of the EGD socket.\n\
|
||||
--sslcadir=DIR dir where hash list of CA's are stured.\n\
|
||||
--sslcadir=DIR dir where hash list of CA's are stored.\n\
|
||||
--sslcafile=FILE file with bundle of CA's\n\
|
||||
--sslcerttype=0/1 Client-Cert type 0=PEM (default) / 1=ASN1 (DER)\n\
|
||||
--sslcheckcert=0/1 Check the server cert agenst given CA\n\
|
||||
|
Loading…
Reference in New Issue
Block a user