summaryrefslogtreecommitdiffstats
path: root/doc/man1/pkcs8.pod
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2017-08-09 15:20:43 +0200
committerRich Salz <rsalz@openssl.org>2017-08-09 14:57:13 -0400
commit7477c83e150ace0df91df92bc935ccaebddf8dd8 (patch)
treed7ae4217657b235066081f0e955fbdfb9f1c3f96 /doc/man1/pkcs8.pod
parent3cb6a4d6d66d566937c08d2d3fc933275e70f73e (diff)
Add missing documentation of the default format for commands.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4122)
Diffstat (limited to 'doc/man1/pkcs8.pod')
-rw-r--r--doc/man1/pkcs8.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man1/pkcs8.pod b/doc/man1/pkcs8.pod
index 42e2468a27..9d1dd3130f 100644
--- a/doc/man1/pkcs8.pod
+++ b/doc/man1/pkcs8.pod
@@ -52,11 +52,13 @@ reversed: it reads a private key and writes a PKCS#8 format key.
=item B<-inform DER|PEM>
-This specifies the input format: see L<KEY FORMATS> for more details.
+This specifies the input format: see L<KEY FORMATS> for more details. The default
+format is PEM.
=item B<-outform DER|PEM>
-This specifies the output format: see L<KEY FORMATS> for more details.
+This specifies the output format: see L<KEY FORMATS> for more details. The default
+format is PEM.
=item B<-traditional>