[svn] Fix typo in help string.

This commit is contained in:
hniksic 2003-10-08 08:24:56 -07:00
parent 07fb4d78a7
commit 33dceca784
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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\