From c6efe6f59ed09ff37abcd808cf68cc46af989943 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 23 Apr 2002 13:56:14 +0000 Subject: [PATCH] fix usage (no 'key') --- apps/dsaparam.c | 2 +- apps/ecdsaparam.c | 2 +- 2 files changed, 2 insertions(+), 2 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"); diff --git a/apps/ecdsaparam.c b/apps/ecdsaparam.c index 10715add80..d3eca164e9 100644 --- a/apps/ecdsaparam.c +++ b/apps/ecdsaparam.c @@ -336,7 +336,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," -check validate the ec parameters\n"); BIO_printf(bio_err," -noout no output\n"); -- 2.25.1