GH628: Add -help to all apps docs.
[openssl.git] / doc / apps / pkey.pod
index 68f9409991385681cff186cdd398fc1a76d48974..5808390dc547efffafd8d15fee05654740fc0072 100644 (file)
@@ -8,6 +8,7 @@ pkey - public or private key processing tool
 =head1 SYNOPSIS
 
 B<openssl> B<pkey>
+[B<-help>]
 [B<-inform PEM|DER>]
 [B<-outform PEM|DER>]
 [B<-in filename>]
@@ -31,6 +32,10 @@ between various forms and their components printed out.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-inform DER|PEM>
 
 This specifies the input format DER or PEM.