summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Unused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index 518e98656..83d8757cf 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -84,7 +84,7 @@ unusedKeys = do
fast <- Annex.getState Annex.fast
if fast
then do
- showNote "fast mode enabled; assuming all temporary files are unused"
+ showNote "fast mode enabled; only finding temporary files"
tmps <- tmpKeys
return ([], tmps)
else do