From 9e31e631479d057f8c31b88cfb3846ccd357dd87 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 25 Nov 2005 13:46:41 +0000 Subject: [PATCH] Improve documentation. --- apps/s_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.25.1