From: Bodo Möller Date: Tue, 9 Jul 2002 10:52:30 +0000 (+0000) Subject: fix synopsis X-Git-Tag: OpenSSL_0_9_7-beta3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a9fef60a15a37c22d35370e3f0f90cb4f652b06;p=openssl fix synopsis Submitted by: Nils Larsch --- diff --git a/doc/apps/crl2pkcs7.pod b/doc/apps/crl2pkcs7.pod index da199b044a..3797bc0df4 100644 --- a/doc/apps/crl2pkcs7.pod +++ b/doc/apps/crl2pkcs7.pod @@ -6,12 +6,13 @@ crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates. =head1 SYNOPSIS -B B +B B [B<-inform PEM|DER>] [B<-outform PEM|DER>] [B<-in filename>] [B<-out filename>] -[B<-print_certs>] +[B<-certfile filename>] +[B<-nocrl>] =head1 DESCRIPTION