]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/apps/rsautl.pod
GH628: Add -help to all apps docs.
[thirdparty/openssl.git] / doc / apps / rsautl.pod
index 92b8150ceec748a59c8b2e0c2195bdcf9fd0c04b..357b722431c1ea282005b92096af2ac5c1976312 100644 (file)
@@ -7,6 +7,7 @@ rsautl - RSA utility
 =head1 SYNOPSIS
 
 B<openssl> B<rsautl>
+[B<-help>]
 [B<-in file>]
 [B<-out file>]
 [B<-inkey file>]
@@ -32,6 +33,10 @@ data using the RSA algorithm.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-in filename>
 
 This specifies the input filename to read data from or standard input
@@ -52,7 +57,7 @@ the key format PEM, DER or ENGINE.
 
 =item B<-pubin>
 
-the input file is an RSA public key. 
+the input file is an RSA public key.
 
 =item B<-certin>