summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ,""