aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/pub.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-02-19 12:25:27 +0100
committerTobias Brunner <tobias@strongswan.org>2013-02-19 12:25:27 +0100
commit39db06f1551b7d688c7523ea33b8766f17e21970 (patch)
tree15236d814211842334c16fc4acbb7d544f7df5be /src/pki/commands/pub.c
parentc381e46855d491f171fe1e3b6eb5d64603143a9e (diff)
parentd69eb0375f44391dc6ec50ea360b6fd6f51e4561 (diff)
downloadstrongswan-39db06f1551b7d688c7523ea33b8766f17e21970.tar.bz2
strongswan-39db06f1551b7d688c7523ea33b8766f17e21970.tar.xz
Merge branch 'dnssec'
Diffstat (limited to 'src/pki/commands/pub.c')
-rw-r--r--src/pki/commands/pub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki/commands/pub.c b/src/pki/commands/pub.c
index 30078a8fa..9912061f4 100644
--- a/src/pki/commands/pub.c
+++ b/src/pki/commands/pub.c
@@ -158,7 +158,7 @@ static void __attribute__ ((constructor))reg()
pub, 'p', "pub",
"extract the public key from a private key/certificate",
{"[--in file|--keyid hex] [--type rsa|ecdsa|pkcs10|x509]",
- "[--outform der|pem|pgp]"},
+ "[--outform der|pem|pgp|dnskey]"},
{
{"help", 'h', 0, "show usage information"},
{"in", 'i', 1, "input file, default: stdin"},