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 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)