aboutsummaryrefslogtreecommitdiff
path: root/Command/ExamineKey.hs
diff options
context:
space:
mode:
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)