Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-09 14:51:25 +0400
committerBodo Möller <bodo@openssl.org>2002-07-09 14:51:25 +0400
commitcd7562091d0fcad3768e6696411cedde51caba1f (patch)
tree61263b59c0e5828fa8f8a10b28cfb1917df344b6 /doc
parentd1d0be3cd26458f36692b7b7dbe58b89d8bc8b44 (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