summaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-28 15:44:11 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-28 15:44:11 +0000
commit417f8973ff8367055acd597d0041481122a460c1 (patch)
tree89460227eefe37188a9cf56653814302bed4353b /apps/asn1pars.c
parentb3b72cd92c6b2f3a89fe45db96c9f080c02fab2f (diff)
asn1parse doesn't support any TXT format, so let's stop pretending
it does.
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 f1d8bc8b98..b1a7c8e5db 100644
--- a/apps/asn1pars.c
+++ b/apps/asn1pars.c
@@ -196,7 +196,7 @@ int MAIN(int argc, char **argv)
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," -inform arg input format - one of DER PEM\n");
BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -out arg output file (output format is always DER\n");
BIO_printf(bio_err," -noout arg don't produce any output\n");