summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-06 13:38:52 -0400
committerMatt Caswell <matt@openssl.org>2019-10-07 09:22:06 +0100
commit5cf452c7875747e81827759d6efcaecb4cdd90ee (patch)
treed6eeb4c863a785db6ebc266a09e95cacddeacacc /doc
parent8e1a15822bcec6a1fb591f2d0ec4ce618d178926 (diff)
Fix typo in flag name
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10110)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-crl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-crl.pod b/doc/man1/openssl-crl.pod
index 11ec7b07b0..7a715fd9a6 100644
--- a/doc/man1/openssl-crl.pod
+++ b/doc/man1/openssl-crl.pod
@@ -9,7 +9,7 @@ openssl-crl - CRL utility
B<openssl> B<crl>
[B<-help>]
[B<-inform> B<DER>|B<PEM>]
-[B<-informout> B<DER>|B<PEM>]
+[B<-outform> B<DER>|B<PEM>]
[B<-text>]
[B<-in> I<filename>]
[B<-out> I<filename>]