summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-req.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man1/openssl-req.pod')
-rw-r--r--doc/man1/openssl-req.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-req.pod b/doc/man1/openssl-req.pod
index 70d121360a..e010e00f01 100644
--- a/doc/man1/openssl-req.pod
+++ b/doc/man1/openssl-req.pod
@@ -29,7 +29,7 @@ B<openssl> B<req>
[B<-keyform> B<DER>|B<PEM>]
[B<-keyout> I<filename>]
[B<-keygen_engine> I<id>]
-[B<-> I<digest>]
+[B<-I<digest>>]
[B<-config> I<filename>]
[B<-multivalue-rdn>]
[B<-x509>]
@@ -209,7 +209,7 @@ configuration file is used.
If this option is specified then if a private key is created it
will not be encrypted.
-=item B<->I<digest>
+=item B<-I<digest>>
This specifies the message digest to sign the request.
Any digest supported by the OpenSSL B<dgst> command can be used.