summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-22 18:53:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-22 18:53:16 -0400
commit3a419237895f1d8c5c598134330830b10d0176e6 (patch)
treefe4d304b1686ed6ce221aab6a5ea3b0b21b2ee68 /Command
parent1ea373e2466e8a0f665a42392c71cb2db46f23e3 (diff)
clarify wording
temp files are always assumed to be unused, in either 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