summaryrefslogtreecommitdiff
path: root/KeyRing.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-18 00:10:29 -0400
committerjoe <joe@jerkface.net>2014-04-18 00:10:29 -0400
commit67e5ad3df24cea8f16e7cb1f95e557c13b75d4ee (patch)
tree0fe34135f2912bad39a00feb58b6080831ee5c88 /KeyRing.hs
parent9a78532a862feebc4e4119cf61b97ed635426dd5 (diff)
support --show-*
Diffstat (limited to 'KeyRing.hs')
-rw-r--r--KeyRing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/KeyRing.hs b/KeyRing.hs
index 95c348e..2f8f6ec 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -82,6 +82,7 @@ data InputFile = HomeSec
82 | HomePub 82 | HomePub
83 | ArgFile FilePath 83 | ArgFile FilePath
84 | FileDesc Posix.Fd 84 | FileDesc Posix.Fd
85 deriving (Eq,Ord)
85 86
86type UsageTag = String 87type UsageTag = String
87type Initializer = String 88type Initializer = String