summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-05-11 20:01:21 -0400
committerjoe <joe@jerkface.net>2014-05-11 20:01:21 -0400
commita4b9503701fe9145b6b61460bb2eb2af028fd74d (patch)
tree7f06008308fb863552b6f208ecc2655e2d42dec5 /kiki.hs
parenta08ae6b0bf2818233fca35ce19fb7a5260f8023a (diff)
Documented new features
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs9
1 files changed, 8 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index b711e97..ee29b5a 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -488,11 +488,18 @@ kiki_usage bSecret cmd = putStr $
488 ," --pem SPEC" 488 ," --pem SPEC"
489 ," Outputs the PKCS #8 public key corresponding to SPEC." 489 ," Outputs the PKCS #8 public key corresponding to SPEC."
490 ,"" 490 ,""
491 ," --cert SPEC"
492 ," Outputs X509 certificates associated with the key SPEC."
493 ,""
491 ," --ssh SPEC" 494 ," --ssh SPEC"
492 ," Outputs the ssh-rsa blob for the specified public key." 495 ," Outputs the ssh-rsa blob for the specified public key."
493 ,"" 496 ,""
494 ," --wip SPEC" 497 ," --wip SPEC"
495 ," Outputs the secret crypto-coin key in Wallet Input Format." 498 ," Outputs the secret crypto-coin key in Wallet Input Format."
499 ,""
500 ," --torhash FILE"
501 ," Outputs tor address and base32 hash of the PEM-format key in"
502 ," the given file."
496 ,"" 503 ,""
497 ," --help Shows this help screen." 504 ," --help Shows this help screen."
498 ,"" 505 ,""