aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/ContentLocation.hs2
-rw-r--r--Command/ExamineKey.hs2
-rw-r--r--Command/LookupKey.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Command/ContentLocation.hs b/Command/ContentLocation.hs
index 8a5eaa7a9..d228636f6 100644
--- a/Command/ContentLocation.hs
+++ b/Command/ContentLocation.hs
@@ -14,7 +14,7 @@ import Annex.Content
import Types.Key
cmd :: Command
-cmd = noCommit $ noMessages $
+cmd = noCommit $
command "contentlocation" SectionPlumbing
"looks up content for a key"
(paramRepeating paramKey)
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)
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)