summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-04-23 13:54:54 +0000
committerBodo Möller <bodo@openssl.org>2002-04-23 13:54:54 +0000
commit5c5a2cd2732c1632bf022a06479d0941fed04e2c (patch)
tree59ebba17c7f21b1f9e669bf202348ad02cab8f5f /apps
parent1c4dc1517d31f64cd13dc85014d3ac53b30ba5f0 (diff)
fix usage (no 'key')
Diffstat (limited to 'apps')
-rw-r--r--apps/dsaparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsaparam.c b/apps/dsaparam.c
index 4e8dcd3a68..0c2529e285 100644
--- a/apps/dsaparam.c
+++ b/apps/dsaparam.c
@@ -176,7 +176,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," -rand files to use for random number input\n");