aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dsaparam.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-04-23 13:56:14 +0000
committerBodo Möller <bodo@openssl.org>2002-04-23 13:56:14 +0000
commitc6efe6f59ed09ff37abcd808cf68cc46af989943 (patch)
treef689382fc09e965ff000e52b186a6458ba153d1f /apps/dsaparam.c
parent35c2b3a9ac55646c332d13147a304d815ebf4cdb (diff)
downloadopenssl-c6efe6f59ed09ff37abcd808cf68cc46af989943.tar.gz
fix usage (no 'key')
Diffstat (limited to 'apps/dsaparam.c')
-rw-r--r--apps/dsaparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsaparam.c b/apps/dsaparam.c
index c6ecc48904..2f436803e3 100644
--- a/apps/dsaparam.c
+++ b/apps/dsaparam.c
@@ -186,7 +186,7 @@ bad:
BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -out arg output file\n");
- BIO_printf(bio_err," -text print the key in text\n");
+ BIO_printf(bio_err," -text print as text\n");
BIO_printf(bio_err," -C Output C code\n");
BIO_printf(bio_err," -noout no output\n");
BIO_printf(bio_err," -genkey generate a DSA key\n");