diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-20 13:25:22 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-20 13:25:22 -0400 |
commit | 2dacf40a9ed734ecc723242f7fd68d24b74052f8 (patch) | |
tree | 9882e3396af58571ebe1fafec46f318d11edaa53 /Command/LookupKey.hs | |
parent | 91c9f6f086cf6d503c3ecb10a211c0c946e554eb (diff) |
remove no longer needed noMessages
All three of these are using batch mode to drive their processing, so
there is no automatic output, and noMessages is no longer needed.
Diffstat (limited to 'Command/LookupKey.hs')
-rw-r--r-- | Command/LookupKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/LookupKey.hs b/Command/LookupKey.hs index 54023eab7..1a0d96935 100644 --- a/Command/LookupKey.hs +++ b/Command/LookupKey.hs @@ -14,7 +14,7 @@ import Annex.CatFile import Types.Key cmd :: Command -cmd = notBareRepo $ noCommit $ noMessages $ +cmd = notBareRepo $ noCommit $ command "lookupkey" SectionPlumbing "looks up key used for file" (paramRepeating paramFile) |