summaryrefslogtreecommitdiffhomepage
path: root/Types.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-16 14:58:16 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-16 14:58:16 -0400
commitfccf788a5ce9788d7c073321a3d19941bc1269b1 (patch)
tree76726eb3d3cd6fbb05721e5862e87511d1683b76 /Types.hs
parentc9c476ae7216b80932b80870a2cd06f9339306aa (diff)
downloadkeysafe-fccf788a5ce9788d7c073321a3d19941bc1269b1.tar.gz
more command line interface improvements
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Types.hs b/Types.hs
index d3eeccb..5e06a74 100644
--- a/Types.hs
+++ b/Types.hs
@@ -52,8 +52,7 @@ data SecretKeySource = GpgKey KeyId | KeyFile FilePath
-- | The keyid is any value that is unique to a private key, and can be
-- looked up somehow without knowing the private key.
--
--- A gpg keyid is the obvious example. But, if a gpg key is not
--- stored on the key servers, keysafe will instead use "".
+-- A gpg keyid is the obvious example.
data KeyId = KeyId B.ByteString
deriving (Show)