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

index 4e8dcd3a68fd5fe2d7e0b7a3a886fed87ac902f1..0c2529e2859a0c8eec6c6350c759bdfd9f6682b1 100644 (file)
@@ -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");