Consistent formatting of flags with args
[openssl.git] / doc / man1 / openssl-crl2pkcs7.pod
index bb172529beb4d6efe133bee65bb197fc90d2fabc..32248e5e21875801b97aa0a5002e78fea83031df 100644 (file)
@@ -8,11 +8,11 @@ openssl-crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
 
 B<openssl> B<crl2pkcs7>
 [B<-help>]
-[B<-inform PEM|DER>]
-[B<-outform PEM|DER>]
-[B<-in filename>]
-[B<-out filename>]
-[B<-certfile filename>]
+[B<-inform> B<DER>|B<PEM>]
+[B<-outform> B<DER>|B<PEM>]
+[B<-in> I<filename>]
+[B<-out> I<filename>]
+[B<-certfile> I<filename>]
 [B<-nocrl>]
 
 =head1 DESCRIPTION
@@ -29,29 +29,29 @@ only" structure.
 
 Print out a usage message.
 
-=item B<-inform DER|PEM>
+=item B<-inform> B<DER>|B<PEM>
 
 This specifies the CRL input format. B<DER> format is DER encoded CRL
 structure.B<PEM> (the default) is a base64 encoded version of
 the DER form with header and footer lines. The default format is PEM.
 
-=item B<-outform DER|PEM>
+=item B<-outform> B<DER>|B<PEM>
 
 This specifies the PKCS#7 structure output format. B<DER> format is DER
 encoded PKCS#7 structure.B<PEM> (the default) is a base64 encoded version of
 the DER form with header and footer lines. The default format is PEM.
 
-=item B<-in filename>
+=item B<-in> I<filename>
 
 This specifies the input filename to read a CRL from or standard input if this
 option is not specified.
 
-=item B<-out filename>
+=item B<-out> I<filename>
 
 Specifies the output filename to write the PKCS#7 structure to or standard
 output by default.
 
-=item B<-certfile filename>
+=item B<-certfile> I<filename>
 
 Specifies a filename containing one or more certificates in B<PEM> format.
 All certificates in the file will be added to the PKCS#7 structure. This