summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
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 ,""