]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/apps/crl.pod
Fix example in crl(1) man page
[thirdparty/openssl.git] / doc / apps / crl.pod
index cdced1c742c02cca21961b2a3d66e967a2c7e651..92efbf4860c569b93bf697c0fa328df9ee56df8a 100644 (file)
@@ -115,7 +115,7 @@ Convert a CRL file from PEM to DER:
 
 Output the text form of a DER encoded certificate:
 
- openssl crl -in crl.der -text -noout
+ openssl crl -in crl.der -inform DER -text -noout
 
 =head1 BUGS