projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d0be3
)
fix synopsis
author
Bodo Möller
<bodo@openssl.org>
Tue, 9 Jul 2002 10:51:25 +0000
(10:51 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 9 Jul 2002 10:51:25 +0000
(10:51 +0000)
Submitted by: Nils Larsch
doc/apps/crl2pkcs7.pod
patch
|
blob
|
history
diff --git
a/doc/apps/crl2pkcs7.pod
b/doc/apps/crl2pkcs7.pod
index da199b044a89ac866715bd7a6ce82b75160e2fe2..3797bc0df4ef3351cc447dc6ec6b9809fde990e4 100644
(file)
--- 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<
crl2
pkcs7>
[B<-inform PEM|DER>]
[B<-outform PEM|DER>]
[B<-in filename>]
[B<-out filename>]
-[B<-print_certs>]
+[B<-certfile filename>]
+[B<-nocrl>]
=head1 DESCRIPTION