summaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-30 06:24:35 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-30 06:24:35 +0000
commitc56fb0f1a34fdcd6efa127cea102b640e6f189a3 (patch)
treeabb08697e01a106c0c7e65c61a1d7dbb192823a4 /apps/asn1pars.c
parent08241a581454c1f0822e3d210d29d392c2403999 (diff)
Remove the duplicate description of -out.
PR: 28
Diffstat (limited to 'apps/asn1pars.c')
-rw-r--r--apps/asn1pars.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/asn1pars.c b/apps/asn1pars.c
index 0e6167d2d4..8f178db851 100644
--- a/apps/asn1pars.c
+++ b/apps/asn1pars.c
@@ -184,7 +184,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," -in arg input file\n");
- BIO_printf(bio_err," -out arg output 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");
BIO_printf(bio_err," -offset arg offset into file\n");
BIO_printf(bio_err," -length arg length of section in file\n");
@@ -195,7 +195,6 @@ bad:
BIO_printf(bio_err," -strparse offset\n");
BIO_printf(bio_err," a series of these can be used to 'dig' into multiple\n");
BIO_printf(bio_err," ASN1 blob wrappings\n");
- BIO_printf(bio_err," -out filename output DER encoding to file\n");
goto end;
}