]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix wrong case in documentation of -CRLfile option
authorViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 2 Mar 2018 15:30:04 +0000 (10:30 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 2 Mar 2018 16:48:53 +0000 (11:48 -0500)
Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/apps/verify.pod

index 321d5ac7e126f4c0d8c07d2f1b30d3bfe2ea8082..2516718979f29cc222d44cf5959df8f88655d860 100644 (file)
@@ -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.