summaryrefslogtreecommitdiffstats
path: root/doc/man1/pkey.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/pkey.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/pkey.pod')
-rw-r--r--doc/man1/pkey.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/pkey.pod b/doc/man1/pkey.pod
index a09736d01e..4d37c92c5b 100644
--- a/doc/man1/pkey.pod
+++ b/doc/man1/pkey.pod
@@ -38,12 +38,12 @@ Print out a usage message.
=item B<-inform DER|PEM>
-This specifies the input format DER or PEM.
+This specifies the input format DER or PEM. The default format is PEM.
=item B<-outform DER|PEM>
-This specifies the output format, the options have the same meaning as the
-B<-inform> option.
+This specifies the output format, the options have the same meaning and default
+as the B<-inform> option.
=item B<-in filename>