aboutsummaryrefslogtreecommitdiff
path: root/Command/Find.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-30 20:24:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-30 20:24:27 -0400
commit95b50b5e919bccccca3ae666f4d5e9d1418ca396 (patch)
tree790a8f014cf2e6c4347cfc64b24428688c8f78fd /Command/Find.hs
parent8b7b8bcd15d3a8bdd237ba0c0a8c0cb3415a07a1 (diff)
find: Avoid polluting stdout with progress messages. Closes: #718186
Diffstat (limited to 'Command/Find.hs')
-rw-r--r--Command/Find.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Find.hs b/Command/Find.hs
index a326b2634..4b8c7ce0e 100644
--- a/Command/Find.hs
+++ b/Command/Find.hs
@@ -20,7 +20,7 @@ import Types.Key
import qualified Option
def :: [Command]
-def = [noCommit $ withOptions [formatOption, print0Option] $
+def = [noCommit $ noMessages $ withOptions [formatOption, print0Option] $
command "find" paramPaths seek SectionQuery "lists available files"]
formatOption :: Option