aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/rsautl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/rsautl.pod')
-rw-r--r--doc/apps/rsautl.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod
index 92b8150cee..357b722431 100644
--- a/doc/apps/rsautl.pod
+++ b/doc/apps/rsautl.pod
@@ -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>