summaryrefslogtreecommitdiff
path: root/lib/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Types.hs')
-rw-r--r--lib/Types.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Types.hs b/lib/Types.hs
index 86836e0..df2dfbe 100644
--- a/lib/Types.hs
+++ b/lib/Types.hs
@@ -140,8 +140,11 @@ data Transform =
140 -- ^ Delete the subkey specified by the given fingerprint and any 140 -- ^ Delete the subkey specified by the given fingerprint and any
141 -- associated signatures on that key. 141 -- associated signatures on that key.
142 | DeleteSubkeyByUsage String 142 | DeleteSubkeyByUsage String
143 -- ^ Delete the subkey specified by the given fingerprint and any 143 -- ^ Delete the subkey specified by the given usage tag and any
144 -- associated signatures on that key. 144 -- associated signatures on that key.
145 | RenameSubkeys String String
146 -- ^ Replace all subkey signatures matching the first usage tag with
147 -- fresh signatures that match the second usage tag.
145 deriving (Eq,Ord,Show) 148 deriving (Eq,Ord,Show)
146 149
147-- | Use this type to indicate whether a file of type 'KeyRingFile' is expected 150-- | Use this type to indicate whether a file of type 'KeyRingFile' is expected