summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-09 10:51:57 +0000
committerBodo Möller <bodo@openssl.org>2002-07-09 10:51:57 +0000
commit7d0e1c1188f7878e5f8c559425acd420a88d6bec (patch)
treebbf0e14a8479e5859abab954a38d03ac7bc201d4 /doc
parent0ac51fcf0baaeea2bee1f6354c9f20de126701ca (diff)
fix synopsis
Submitted by: Nils Larsch
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/crl2pkcs7.pod5
1 files changed, 3 insertions, 2 deletions
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<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