diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-06-15 14:36:19 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-07-05 10:15:45 +0200 |
commit | 609457e4c8230f2eff79c85a2e3b13388394e3f3 (patch) | |
tree | 96f9e649e9ef63e7225a2ea83e0d676200a39558 | |
parent | 7aa30575d58d8078383930fe33e6a12a78569f84 (diff) | |
download | strongswan-609457e4c8230f2eff79c85a2e3b13388394e3f3.tar.bz2 strongswan-609457e4c8230f2eff79c85a2e3b13388394e3f3.tar.xz |
pki: Fix typo in --print man page
-rw-r--r-- | src/pki/man/pki---print.1.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pki/man/pki---print.1.in b/src/pki/man/pki---print.1.in index 65fb8bc46..ad85fb381 100644 --- a/src/pki/man/pki---print.1.in +++ b/src/pki/man/pki---print.1.in @@ -46,9 +46,9 @@ Input file. If not given the input is read from \fISTDIN\fR. .BI "\-t, \-\-type " type Type of input. One of \fIx509\fR (X.509 certificate), \fIcrl\fR (Certificate Revocation List, CRL), \fIac\fR (Attribute Certificate), \fIpub\fR (public key), -\fpriv\fR (private key), \fIrsa\fR (RSA private key), \fIecdsa\fR (ECDSA private -key), \fIed25519\fR (Ed25519 private key), \fIbliss\fR (BLISS private key), -\fIpriv\fR (private key), defaults to \fIx509\fR. +\fIpriv\fR (private key), \fIrsa\fR (RSA private key), \fIecdsa\fR (ECDSA +private key), \fIed25519\fR (Ed25519 private key), \fIbliss\fR (BLISS private +key), defaults to \fIx509\fR. . .SH "SEE ALSO" . |