summaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-29 01:53:55 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-29 01:53:55 +0000
commit9fe84296a437312d5ab634f89087ff1a02c86db5 (patch)
tree596a5590059152d786d841493d47a1a1e9aa35a1 /apps/asn1pars.c
parent288cb84fb4806f8d602b712cd6491e3b6233d469 (diff)
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/asn1pars.c')
-rw-r--r--apps/asn1pars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/asn1pars.c b/apps/asn1pars.c
index 8c9837ef81..cf9a3bf2bc 100644
--- a/apps/asn1pars.c
+++ b/apps/asn1pars.c
@@ -164,7 +164,7 @@ bad:
BIO_printf(bio_err,"%s [options] <infile\n",prog);
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," -in arg inout file\n");
+ BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -offset arg offset into file\n");
BIO_printf(bio_err," -length arg lenth of section in file\n");
BIO_printf(bio_err," -i indent entries\n");