diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-01-29 01:53:55 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-01-29 01:53:55 +0000 |
commit | 9fe84296a437312d5ab634f89087ff1a02c86db5 (patch) | |
tree | 596a5590059152d786d841493d47a1a1e9aa35a1 /apps/pkcs7.c | |
parent | 288cb84fb4806f8d602b712cd6491e3b6233d469 (diff) | |
download | openssl-new-9fe84296a437312d5ab634f89087ff1a02c86db5.tar.gz |
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/pkcs7.c')
-rw-r--r-- | apps/pkcs7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkcs7.c b/apps/pkcs7.c index 06640bf0f2..9f96edc565 100644 --- a/apps/pkcs7.c +++ b/apps/pkcs7.c @@ -161,7 +161,7 @@ bad: BIO_printf(bio_err,"where options are\n"); BIO_printf(bio_err," -inform arg input format - one of DER TXT PEM\n"); BIO_printf(bio_err," -outform arg output format - one of DER TXT 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," -print_certs print any certs or crl in the input\n"); BIO_printf(bio_err," -des encrypt PEM output with cbc des\n"); |