From a4b9503701fe9145b6b61460bb2eb2af028fd74d Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 11 May 2014 20:01:21 -0400 Subject: Documented new features --- kiki.hs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'kiki.hs') 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 $ ," --pem SPEC" ," Outputs the PKCS #8 public key corresponding to SPEC." ,"" + ," --cert SPEC" + ," Outputs X509 certificates associated with the key SPEC." + ,"" ," --ssh SPEC" ," Outputs the ssh-rsa blob for the specified public key." ,"" ," --wip SPEC" - ," Outputs the secret crypto-coin key in Wallet Input Format." + ," Outputs the secret crypto-coin key in Wallet Input Format." + ,"" + ," --torhash FILE" + ," Outputs tor address and base32 hash of the PEM-format key in" + ," the given file." ,"" ," --help Shows this help screen." ,"" -- cgit v1.2.3