Remove the duplicate description of -out.
authorRichard Levitte <levitte@openssl.org>
Thu, 30 May 2002 06:24:41 +0000 (06:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 30 May 2002 06:24:41 +0000 (06:24 +0000)
PR: 28

apps/asn1pars.c

index f25c9f84e81c23ee920803c1807eb59a724c48b1..5339166e088569ffdd9753eebe5a7cdb65444bda 100644 (file)
@@ -181,7 +181,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");
@@ -192,7 +192,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;
                }