aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/genrsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/genrsa.pod')
-rw-r--r--doc/apps/genrsa.pod9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/apps/genrsa.pod b/doc/apps/genrsa.pod
index c817db5217..0eb8600467 100644
--- a/doc/apps/genrsa.pod
+++ b/doc/apps/genrsa.pod
@@ -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>