diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-01-29 02:53:55 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-01-29 02:53:55 +0100 |
commit | 9fe84296a437312d5ab634f89087ff1a02c86db5 (patch) | |
tree | 596a5590059152d786d841493d47a1a1e9aa35a1 /apps/dsa.c | |
parent | Fill in more contents for the openssl(1) manpage. (diff) | |
download | openssl-9fe84296a437312d5ab634f89087ff1a02c86db5.tar.xz openssl-9fe84296a437312d5ab634f89087ff1a02c86db5.zip |
Allow the -certfile argument to be used multiple times in crl2pkcs7.
Also fix typos in the usage messages: "inout" instead of "input".
Diffstat (limited to 'apps/dsa.c')
-rw-r--r-- | apps/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsa.c b/apps/dsa.c index fbd85a467a..f58ff35c7f 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -154,7 +154,7 @@ bad: BIO_printf(bio_err,"where options are\n"); BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n"); BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n"); - BIO_printf(bio_err," -in arg inout file\n"); + BIO_printf(bio_err," -in arg input file\n"); BIO_printf(bio_err," -out arg output file\n"); BIO_printf(bio_err," -des encrypt PEM output with cbc des\n"); BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); |