fix synopsis
authorBodo Möller <bodo@openssl.org>
Tue, 9 Jul 2002 10:51:25 +0000 (10:51 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 9 Jul 2002 10:51:25 +0000 (10:51 +0000)
Submitted by: Nils Larsch

doc/apps/crl2pkcs7.pod

index da199b044a89ac866715bd7a6ce82b75160e2fe2..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