summaryrefslogtreecommitdiff
path: root/Command/ExamineKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 13:25:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 13:25:22 -0400
commit2dacf40a9ed734ecc723242f7fd68d24b74052f8 (patch)
tree9882e3396af58571ebe1fafec46f318d11edaa53 /Command/ExamineKey.hs
parent91c9f6f086cf6d503c3ecb10a211c0c946e554eb (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/ExamineKey.hs')
-rw-r--r--Command/ExamineKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ExamineKey.hs b/Command/ExamineKey.hs
index 55f72f71b..9c59697f3 100644
--- a/Command/ExamineKey.hs
+++ b/Command/ExamineKey.hs
@@ -15,7 +15,7 @@ import Command.Find (parseFormatOption, showFormatted, keyVars)
import Types.Key
cmd :: Command
-cmd = noCommit $ noMessages $ withGlobalOptions [jsonOption] $
+cmd = noCommit $ withGlobalOptions [jsonOption] $
command "examinekey" SectionPlumbing
"prints information from a key"
(paramRepeating paramKey)