Ensure =cut is last line in every file.
[openssl.git] / doc / apps / genpkey.pod
index dee9722039855b0826daba702d878728978c5c24..36ebc9efe74b46f85af80d797bf633f75acaaf6a 100644 (file)
@@ -7,6 +7,7 @@ genpkey - generate a private key
 =head1 SYNOPSIS
 
 B<openssl> B<genpkey>
+[B<-help>]
 [B<-out filename>]
 [B<-outform PEM|DER>]
 [B<-pass arg>]
@@ -26,10 +27,14 @@ The B<genpkey> command generates a 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<-outform DER|PEM>
 
@@ -254,4 +259,3 @@ The ability to use NIST curve names, and to generate an EC key directly,
 were added in OpenSSL 1.0.2.
 
 =cut
-