diff options
Diffstat (limited to 'kiki.hs')
-rw-r--r-- | kiki.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||