summaryrefslogtreecommitdiff
path: root/Command/ContentLocation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/ContentLocation.hs')
-rw-r--r--Command/ContentLocation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ContentLocation.hs b/Command/ContentLocation.hs
index 7cd6c2995..5b2acb6a5 100644
--- a/Command/ContentLocation.hs
+++ b/Command/ContentLocation.hs
@@ -11,7 +11,7 @@ import Command
import Annex.Content
cmd :: Command
-cmd = noCommit $
+cmd = noCommit $ noMessages $
command "contentlocation" SectionPlumbing
"looks up content for a key"
(paramRepeating paramKey)