Commit 7477c83e authored by Tomas Mraz's avatar Tomas Mraz Committed by Rich Salz
Browse files

Add missing documentation of the default format for commands.

parent 3cb6a4d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -42,8 +42,8 @@ the DER form with header and footer lines.


=item B<-outform DER|PEM>
=item B<-outform DER|PEM>


This specifies the output format, the options have the same meaning as the
This specifies the output format, the options have the same meaning and default
B<-inform> option.
as the B<-inform> option.


=item B<-in filename>
=item B<-in filename>


+2 −2
Original line number Original line Diff line number Diff line
@@ -33,13 +33,13 @@ Print out a usage message.


This specifies the CRL input format. B<DER> format is DER encoded CRL
This specifies the CRL input format. B<DER> format is DER encoded CRL
structure.B<PEM> (the default) is a base64 encoded version of
structure.B<PEM> (the default) is a base64 encoded version of
the DER form with header and footer lines.
the DER form with header and footer lines. The default format is PEM.


=item B<-outform DER|PEM>
=item B<-outform DER|PEM>


This specifies the PKCS#7 structure output format. B<DER> format is DER
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
encoded PKCS#7 structure.B<PEM> (the default) is a base64 encoded version of
the DER form with header and footer lines.
the DER form with header and footer lines. The default format is PEM.


=item B<-in filename>
=item B<-in filename>


+2 −2
Original line number Original line Diff line number Diff line
@@ -45,8 +45,8 @@ additional header and footer lines.


=item B<-outform DER|PEM>
=item B<-outform DER|PEM>


This specifies the output format, the options have the same meaning as the
This specifies the output format, the options have the same meaning and default
B<-inform> option.
as the B<-inform> option.


=item B<-in> I<filename>
=item B<-in> I<filename>


+2 −2
Original line number Original line Diff line number Diff line
@@ -62,8 +62,8 @@ PKCS#8 format is also accepted.


=item B<-outform DER|PEM>
=item B<-outform DER|PEM>


This specifies the output format, the options have the same meaning as the
This specifies the output format, the options have the same meaning and default
B<-inform> option.
as the B<-inform> option.


=item B<-in filename>
=item B<-in filename>


+2 −2
Original line number Original line Diff line number Diff line
@@ -42,8 +42,8 @@ of the B<DER> format base64 encoded with additional header and footer lines.


=item B<-outform DER|PEM>
=item B<-outform DER|PEM>


This specifies the output format, the options have the same meaning as the
This specifies the output format, the options have the same meaning and default
B<-inform> option.
as the B<-inform> option.


=item B<-in filename>
=item B<-in filename>


Loading