summaryrefslogtreecommitdiffstats
path: root/doc/apps/asn1parse.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-02-05 11:17:00 -0500
committerRich Salz <rsalz@openssl.org>2016-02-05 11:17:00 -0500
commit0ae9e2926654657862e104a111a4e3028b0be8f6 (patch)
tree1710d913fae0a5a68449de6c3bd78bdc45efd0c9 /doc/apps/asn1parse.pod
parent3921ded79a8cd24fc8b333cb35298b01612bb38c (diff)
GH628: Add -help to all apps docs.
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'doc/apps/asn1parse.pod')
-rw-r--r--doc/apps/asn1parse.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/asn1parse.pod b/doc/apps/asn1parse.pod
index afe94b09d8..fdaae40d8b 100644
--- a/doc/apps/asn1parse.pod
+++ b/doc/apps/asn1parse.pod
@@ -7,6 +7,7 @@ asn1parse - ASN.1 parsing tool
=head1 SYNOPSIS
B<openssl> B<asn1parse>
+[B<-help>]
[B<-inform PEM|DER>]
[B<-in filename>]
[B<-out filename>]
@@ -31,6 +32,10 @@ structures. It can also be used to extract data from ASN.1 formatted data.
=over 4
+=item B<-help>
+
+Print out a usage message.
+
=item B<-inform> B<DER|PEM>
the input format. B<DER> is binary format and B<PEM> (the default) is base64