summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-30 21:01:56 -0400
committerjoe <joe@jerkface.net>2016-08-30 21:01:56 -0400
commitfae3728a6b7e8ee13ed009e7c9cf3918eb4b89d7 (patch)
treea48c0be5f07e5b7f2a0f6f6d684009f9a1872cfb /kiki.hs
parent8423f5d8382eff36e901937ba6849de325088f5f (diff)
Factored Transforms out of goliath KeyRing module.
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/kiki.hs b/kiki.hs
index d3e505a..5c27c36 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1752,6 +1752,8 @@ commands =
1752 -- , ( "init-key", "initialize the samizdat key ring") 1752 -- , ( "init-key", "initialize the samizdat key ring")
1753 , ( "init", "Initialize kiki") 1753 , ( "init", "Initialize kiki")
1754 , ( "delete", "Delete a subkey and its associated signatures" ) 1754 , ( "delete", "Delete a subkey and its associated signatures" )
1755 -- TODO: , ( "rename", "Change the usage tag on a specified subkey" )
1756 -- also repairs signature and adds missing cross-certification.
1755 , ( "tar", "import or export system key files in tar format" ) 1757 , ( "tar", "import or export system key files in tar format" )
1756 ] 1758 ]
1757 1759