From 0ae9e2926654657862e104a111a4e3028b0be8f6 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 5 Feb 2016 11:17:00 -0500 Subject: GH628: Add -help to all apps docs. Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- doc/apps/asn1parse.pod | 5 +++++ doc/apps/ciphers.pod | 5 +++++ doc/apps/speed.pod | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'doc/apps') 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 B +[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 the input format. B is binary format and B (the default) is base64 diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index 0238db3f2d..9029adab53 100644 --- a/doc/apps/ciphers.pod +++ b/doc/apps/ciphers.pod @@ -7,6 +7,7 @@ ciphers - SSL cipher display and cipher list tool. =head1 SYNOPSIS B B +[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 diff --git a/doc/apps/speed.pod b/doc/apps/speed.pod index a2957095ba..7f28382baf 100644 --- a/doc/apps/speed.pod +++ b/doc/apps/speed.pod @@ -7,6 +7,7 @@ speed - test library performance =head1 SYNOPSIS B +[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 string) will cause B -- cgit v1.2.3