From 00cd974f46f8d61896fdf3ca2b238f88e5b9216f Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Fri, 2 Mar 2018 10:30:04 -0500 Subject: [PATCH] Fix wrong case in documentation of -CRLfile option Reviewed-by: Rich Salz --- doc/apps/verify.pod | 4 ++-- 1 file 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 B [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 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. -- 2.25.1