diff options
author | A J Mohan Rao <mohan@computer.org> | 2016-02-05 17:58:45 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-05 17:59:54 +0100 |
commit | 169394d45645bb686a187db6517aab7caeae82b0 (patch) | |
tree | 798943b8ff56328911b2f4ff865283fa614fd476 /doc/apps/dgst.pod | |
parent | GH628: Add -help to all apps docs. (diff) | |
download | openssl-169394d45645bb686a187db6517aab7caeae82b0.tar.xz openssl-169394d45645bb686a187db6517aab7caeae82b0.zip |
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/dgst.pod')
-rw-r--r-- | doc/apps/dgst.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod index abcd93a291..25794c13bb 100644 --- a/doc/apps/dgst.pod +++ b/doc/apps/dgst.pod @@ -7,6 +7,7 @@ dgst, sha, sha1, mdc2, ripemd160, sha224, sha256, sha384, sha512, md4, md5 - mes =head1 SYNOPSIS B<openssl> B<dgst> +[B<-help>] [B<-sha|-sha1|-mdc2|-ripemd160|-sha224|-sha256|-sha384|-sha512|-md4|-md5>] [B<-c>] [B<-d>] @@ -45,6 +46,10 @@ command. =over 4 +=item B<-help> + +Print out a usage message. + =item B<-c> print out the digest in two digit groups separated by colons, only relevant if |