aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dh.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/dh.c
parentbc2646ef1103c12d19ec153b5d0a9769f2732e52 (diff)
downloadopenssl-d1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a.tar.gz
Fix some more typos
Submitted by: Reviewed by: PR:
Diffstat (limited to 'apps/dh.c')
-rw-r--r--apps/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dh.c b/apps/dh.c
index f7769ccc60..462570c1ba 100644
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -155,7 +155,7 @@ bad:
BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -out arg output file\n");
BIO_printf(bio_err," -check check the DH parameters\n");
- BIO_printf(bio_err," -text check the DH parameters\n");
+ BIO_printf(bio_err," -text print a text form of the DH parameters\n");
BIO_printf(bio_err," -C Output C code\n");
BIO_printf(bio_err," -noout no output\n");
goto end;