GH628: Add -help to all apps docs.
[openssl.git] / doc / apps / ciphers.pod
index 43bfd942ef3fa3583b345ed6e4c32516f9c71cd2..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
@@ -41,14 +46,12 @@ When combined with B<-s> includes cipher suites which require PSK.
 
 =item B<-v>
 
-Verbose option. List ciphers with a complete description of
-protocol version, key exchange,
-authentication, encryption and mac algorithms used along with any key size
-restrictions and whether the algorithm is classed as an "export" cipher.
+Verbose output: For each ciphersuite, list details as provided by
+L<SSL_CIPHER_description(3)>.
 
 =item B<-V>
 
-Like B<-v>, but include cipher suite codes in output (hex format).
+Like B<-v>, but include the official cipher suite values in hex.
 
 =item B<-ssl3>