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