Commit 856f231b authored by Dr. Matthias St. Pierre's avatar Dr. Matthias St. Pierre
Browse files

pkeyparam.pod: correct the command description



The description was probably copy&pasted from pkey.pod and forgotten.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5390)
parent 51cf8e0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ B<openssl> B<pkeyparam>

=head1 DESCRIPTION

The B<pkey> command processes public or private keys. They can be converted
between various forms and their components printed out.
The B<pkeyparam> command processes public key algorithm parameters.
They can be checked for correctness and their components printed out.

=head1 OPTIONS