summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@blackbird>2014-01-06 19:44:26 -0500
committerjoe <joe@blackbird>2014-01-06 19:44:26 -0500
commit3257807aabc1d12b657cbd47d87de3c69ca6da1d (patch)
treed0dd396b290041a2ab064f347732f7f76ab4eb91
parent7742f014feea4dbcd8d812821c099b8ee160164f (diff)
Documented --show-ssh
-rw-r--r--kiki.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/kiki.hs b/kiki.hs
index e6bc6f1..87f5db4 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -2172,6 +2172,9 @@ kiki_usage = do
2172 ," --show-pem SPEC" 2172 ," --show-pem SPEC"
2173 ," Outputs the PKCS #8 public key corresponding to SPEC." 2173 ," Outputs the PKCS #8 public key corresponding to SPEC."
2174 ,"" 2174 ,""
2175 ," --show-ssh SPEC"
2176 ," Outputs the ssh-rsa blob for the specified public key."
2177 ,""
2175 ," --show-wip SPEC" 2178 ," --show-wip SPEC"
2176 ," Outputs the secret crypto-coin key in Wallet Input Format." 2179 ," Outputs the secret crypto-coin key in Wallet Input Format."
2177 ,"" 2180 ,""