correct docs
[openssl.git] / doc / apps / crl2pkcs7.pod
index ad749ed0c31fd1ef4ed9037f88e6663bbac78074..3797bc0df4ef3351cc447dc6ec6b9809fde990e4 100644 (file)
@@ -6,12 +6,13 @@ crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates.
 
 =head1 SYNOPSIS
 
-B<openssl> B<pkcs7>
+B<openssl> B<crl2pkcs7>
 [B<-inform PEM|DER>]
 [B<-outform PEM|DER>]
 [B<-in filename>]
 [B<-out filename>]
-[B<-print_certs>]
+[B<-certfile filename>]
+[B<-nocrl>]
 
 =head1 DESCRIPTION
 
@@ -85,6 +86,6 @@ install user certificates and CAs in MSIE using the Xenroll control.
 
 =head1 SEE ALSO
 
-pkcs7(1)
+L<pkcs7(1)|pkcs7(1)>
 
 =cut