GH628: Add -help to all apps docs.
authorRich Salz <rsalz@openssl.org>
Fri, 5 Feb 2016 16:17:00 +0000 (11:17 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 5 Feb 2016 16:17:00 +0000 (11:17 -0500)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/apps/asn1parse.pod
doc/apps/ciphers.pod
doc/apps/speed.pod

index afe94b09d8ce0fc2a14ad3588587d5cf620b2a6f..fdaae40d8b291774d94af7875497d73067b681fd 100644 (file)
@@ -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
index 0238db3f2d379ee9b4bfaedef8791f2701f7d3ba..9029adab534962be527f8b7bb39a3e6d75d1bd0f 100644 (file)
@@ -7,6 +7,7 @@ ciphers - SSL cipher display and cipher list tool.
 =head1 SYNOPSIS
 
 B<openssl> B<ciphers>
+[B<-help>]
 [B<-s>]
 [B<-v>]
 [B<-V>]
@@ -29,6 +30,10 @@ the appropriate cipherlist.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-s>
 
 Only list supported ciphers: those consistent with the security level. This
index a2957095ba91b8c080af47ef07ce81ad8eb66dd4..7f28382bafb7657c73f9af1d27c68e3466ba3492 100644 (file)
@@ -7,6 +7,7 @@ speed - test library performance
 =head1 SYNOPSIS
 
 B<openssl speed>
+[B<-help>]
 [B<-engine id>]
 [B<-elapsed>]
 [B<-evp algo>]
@@ -45,6 +46,10 @@ This command is used to test the performance of cryptographic algorithms.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-engine id>
 
 specifying an engine (by its unique B<id> string) will cause B<speed>