GH628: Add -help to all apps docs.
[openssl.git] / doc / apps / genrsa.pod
index c817db5217d4f2b21bfbcbb419f1b52ff2a1eec2..0eb86004676821fd9f671ee28ea14c6f965f7b8c 100644 (file)
@@ -7,6 +7,7 @@ genrsa - generate an RSA private key
 =head1 SYNOPSIS
 
 B<openssl> B<genrsa>
+[B<-help>]
 [B<-out filename>]
 [B<-passout arg>]
 [B<-aes128>]
@@ -32,10 +33,14 @@ The B<genrsa> command generates an RSA private key.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-out filename>
 
-the output filename. If this argument is not specified then standard output is
-used.  
+Output the key to the specified file. If this argument is not specified then
+standard output is used.
 
 =item B<-passout arg>