aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>1999-01-31 09:59:54 +0000
committerMark J. Cox <mark@openssl.org>1999-01-31 09:59:54 +0000
commitd1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a (patch)
treec6af85878d8ac4973c7bf0410f7c49a7a9f0a518 /apps/s_time.c
parentbc2646ef1103c12d19ec153b5d0a9769f2732e52 (diff)
downloadopenssl-d1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a.tar.gz
Fix some more typos
Submitted by: Reviewed by: PR:
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 7368c19cc6..0d4d509dc8 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -224,8 +224,8 @@ static void s_time_usage()
-time arg - max number of seconds to collect data, default %d\n\
-verify arg - turn on peer certificate verification, arg == depth\n\
-cert arg - certificate file to use, PEM format assumed\n\
--key arg - RSA file to use, PEM format assumed, in cert file if\n\
- not specified but cert fill is.\n\
+-key arg - RSA file to use, PEM format assumed, key is in cert file\n\
+ file if not specified by this option\n\
-CApath arg - PEM format directory of CA's\n\
-CAfile arg - PEM format file of CA's\n\
-cipher - prefered cipher to use, play with 'openssl ciphers'\n\n";