aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-01-28 14:44:08 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-01-28 14:44:08 +0000
commitb6cff93dcf510d473c5da93227f06366ed7638a9 (patch)
tree382ecaf2d9db7d03096f4f9b0b27d52cf8ab8dd8 /apps/s_time.c
parenta0a5407901ae93fadcfead6d44b923b8ef1ad579 (diff)
downloadopenssl-b6cff93dcf510d473c5da93227f06366ed7638a9.tar.gz
Fix names in usage page of s_time, s_server and s_client
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index 5683592536..7368c19cc6 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -59,7 +59,7 @@
#define NO_SHUTDOWN
/*-----------------------------------------
- cntime - SSL client connection timer program
+ s_time - SSL client connection timer program
Written and donated by Larry Streepy <streepy@healthcare.com>
-----------------------------------------*/
@@ -230,7 +230,7 @@ static void s_time_usage()
-CAfile arg - PEM format file of CA's\n\
-cipher - prefered cipher to use, play with 'openssl ciphers'\n\n";
- printf( "usage: client <args>\n\n" );
+ printf( "usage: s_time <args>\n\n" );
printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME);
#ifdef FIONBIO