From 28cfd6776d82135478e05e572561b7a65af9082f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Dec 2012 11:59:58 -0400 Subject: [PATCH] correct comment --- Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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