Improve documentation.
authorBen Laurie <ben@openssl.org>
Fri, 25 Nov 2005 13:46:41 +0000 (13:46 +0000)
committerBen Laurie <ben@openssl.org>
Fri, 25 Nov 2005 13:46:41 +0000 (13:46 +0000)
apps/s_client.c

index cfee531349e13508380c6130f81fffc29e4d4763..4a1857f3a82e21af857a10f67b498731c627fd5b 100644 (file)
@@ -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");