summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-12-06 11:59:58 -0400
committerJoey Hess <joey@kitenet.net>2012-12-06 11:59:58 -0400
commit28cfd6776d82135478e05e572561b7a65af9082f (patch)
treec1b8d486a4fe5f9eafd918062af5ded7142b9484 /Command.hs
parent65660e251656368f25b5e3d25affceb4cb3eef90 (diff)
correct comment
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs
index bac26667da..c095a4fb15 100644
--- a/Command.hs
+++ b/Command.hs
@@ -114,7 +114,7 @@ numCopies file = readish <$> checkAttr "annex.numcopies" file
-
- In auto mode, first checks that the number of known
- copies of the key is > or < than the numcopies setting, before running
- - the action. Also checks any preferred content settings.
+ - the action.
-}
autoCopies :: FilePath -> Key -> (Int -> Int -> Bool) -> CommandStart -> CommandStart
autoCopies file key vs a = Annex.getState Annex.auto >>= go