Clarify.
authorBen Laurie <ben@openssl.org>
Thu, 4 Oct 2007 07:56:11 +0000 (07:56 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 4 Oct 2007 07:56:11 +0000 (07:56 +0000)
apps/s_client.c

index f72195e02d4dc9a108d238e6169af02f0989136e..e70e1428f7f35715cbba48950a110cdf940f6193 100644 (file)
@@ -187,7 +187,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," -key arg      - Private key file to use, PEM format assumed, in cert file if\n");
        BIO_printf(bio_err,"                 not specified but cert file is.\n");