summaryrefslogtreecommitdiffstats
path: root/doc/apps/asn1parse.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/asn1parse.pod')
-rw-r--r--doc/apps/asn1parse.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apps/asn1parse.pod b/doc/apps/asn1parse.pod
index 577d997630..5acea8cfc5 100644
--- a/doc/apps/asn1parse.pod
+++ b/doc/apps/asn1parse.pod
@@ -82,9 +82,10 @@ file using the B<out> option.
=item B<-strictpem>
If this option is used then B<-inform> will be ignored. Without this option any
-data in a PEM format input file will be treated as base64 encoded and processed
-whether it has the normal PEM BEGIN and END markers or not. This option will
-ignore any data prior to the start of the BEGIN marker in a PEM file.
+data in a PEM format input file will be treated as being base64 encoded and
+processed whether it has the normal PEM BEGIN and END markers or not. This
+option will ignore any data prior to the start of the BEGIN marker, or after an
+END marker in a PEM file.
=back