From fccf788a5ce9788d7c073321a3d19941bc1269b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Aug 2016 14:58:16 -0400 Subject: more command line interface improvements --- Types.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Types.hs') 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) -- cgit v1.2.3