summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2018-03-02 10:30:04 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2018-03-02 11:48:53 -0500
commit00cd974f46f8d61896fdf3ca2b238f88e5b9216f (patch)
tree7b40c41fd2111eb82c560c6b88859efe36c3c7b4 /doc
parentc1190c32c42b1e3ce35ea2ea8f214f46f336c5ed (diff)
Fix wrong case in documentation of -CRLfile option
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/verify.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index 321d5ac7e1..2516718979 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -15,7 +15,7 @@ B<openssl> B<verify>
[B<-ignore_critical>]
[B<-attime timestamp>]
[B<-check_ss_sig>]
-[B<-crlfile file>]
+[B<-CRLfile file>]
[B<-crl_download>]
[B<-crl_check>]
[B<-crl_check_all>]
@@ -69,7 +69,7 @@ current system time. B<timestamp> is the number of seconds since
Verify the signature on the self-signed root CA. This is disabled by default
because it doesn't add any security.
-=item B<-crlfile file>
+=item B<-CRLfile file>
File containing one or more CRL's (in PEM format) to load.