From: Bodo Möller Date: Tue, 23 Apr 2002 13:55:56 +0000 (+0000) Subject: fix usage (no 'key') X-Git-Tag: OpenSSL_0_9_7-beta1~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7729bc26347126dee3950d53c562940c41c19123;p=oweals%2Fopenssl.git fix usage (no 'key') --- 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");