diff options
Diffstat (limited to 'openssl/doc/apps/crl.pod')
-rw-r--r-- | openssl/doc/apps/crl.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/doc/apps/crl.pod b/openssl/doc/apps/crl.pod index 1ad76a5f8..044a9da91 100644 --- a/openssl/doc/apps/crl.pod +++ b/openssl/doc/apps/crl.pod @@ -12,6 +12,7 @@ B<openssl> B<crl> [B<-text>] [B<-in filename>] [B<-out filename>] +[B<-nameopt option>] [B<-noout>] [B<-hash>] [B<-issuer>] @@ -53,6 +54,11 @@ default. print out the CRL in text form. +=item B<-nameopt option> + +option which determines how the subject or issuer names are displayed. See +the description of B<-nameopt> in L<x509(1)|x509(1)>. + =item B<-noout> don't output the encoded version of the CRL. |