aboutsummaryrefslogtreecommitdiff
path: root/Command/ExamineKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:20:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:20:24 -0400
commit06da0e06162cf62d2bac67c8d8da7160e0d0c74d (patch)
treeff3e370e1472452e9d265699fe95fc66363a93e3 /Command/ExamineKey.hs
parent5a6ca3a66b1d7cc87ff544cb713f07133da36ca0 (diff)
Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages.
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 1ca1f9fb5..5f67587a8 100644
--- a/Command/ExamineKey.hs
+++ b/Command/ExamineKey.hs
@@ -12,7 +12,7 @@ import qualified Utility.Format
import Command.Find (parseFormatOption, showFormatted, keyVars)
cmd :: Command
-cmd = noCommit $ withGlobalOptions [jsonOption] $
+cmd = noCommit $ noMessages $ withGlobalOptions [jsonOption] $
command "examinekey" SectionPlumbing
"prints information from a key"
(paramRepeating paramKey)