From: Ben Laurie Date: Fri, 25 Nov 2005 13:46:41 +0000 (+0000) Subject: Improve documentation. X-Git-Tag: OpenSSL_0_9_8b~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9e31e631479d057f8c31b88cfb3846ccd357dd87;p=oweals%2Fopenssl.git Improve documentation. --- diff --git a/apps/s_client.c b/apps/s_client.c index cfee531349..4a1857f3a8 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -188,7 +188,7 @@ static void sc_usage(void) BIO_printf(bio_err," -port port - use -connect instead\n"); BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR); - BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n"); + BIO_printf(bio_err," -verify depth - turn on peer certificate verification\n"); BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n"); BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n"); BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n");