fix usage (no 'key')
authorBodo Möller <bodo@openssl.org>
Tue, 23 Apr 2002 13:56:14 +0000 (13:56 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 23 Apr 2002 13:56:14 +0000 (13:56 +0000)
apps/dsaparam.c
apps/ecdsaparam.c

index c6ecc4890462f60b52f7098ae38df2bf8851636e..2f436803e36ce598d417f16303626b361fc021a5 100644 (file)
@@ -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," -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");
                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");
index 10715add80abbf18abc3d75827f5fe91652f7b0a..d3eca164e984bef65bf20eaafaa5c86a47b0e9c2 100644 (file)
@@ -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," -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");
                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");