Fix names in usage page of s_time, s_server and s_client
[openssl.git] / apps / s_client.c
index e0cb24500360d8704195eddffd04d3da28425923..2830785c9594f039c698368ae8edcef81318eef5 100644 (file)
@@ -104,7 +104,7 @@ static int c_quiet=0;
 
 static void sc_usage()
        {
-       BIO_printf(bio_err,"usage: client args\n");
+       BIO_printf(bio_err,"usage: s_client args\n");
        BIO_printf(bio_err,"\n");
        BIO_printf(bio_err," -host host     - use -connect instead\n");
        BIO_printf(bio_err," -port port     - use -connect instead\n");
@@ -130,7 +130,7 @@ static void sc_usage()
        BIO_printf(bio_err," -tls1         - just use TLSv1\n");
        BIO_printf(bio_err," -no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n");
        BIO_printf(bio_err," -bugs         - Switch on all SSL implementation bug workarounds\n");
-       BIO_printf(bio_err," -cipher       - prefered cipher to use, use the 'ssleay ciphers'\n");
+       BIO_printf(bio_err," -cipher       - prefered cipher to use, use the 'openssl ciphers'\n");
        BIO_printf(bio_err,"                 command to see what is available\n");
 
        }