diff options
author | 2012-12-06 11:59:58 -0400 | |
---|---|---|
committer | 2012-12-06 11:59:58 -0400 | |
commit | 53304252ca5483ce80f5a66bb74cc9f0732f65d7 (patch) | |
tree | 723458504ef88eef6527c049b1f8251c8effff68 /Command.hs | |
parent | 48b35dbd09b39412e679aa1711e2f6a3ec1548c1 (diff) |
correct comment
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs index bac26667d..c095a4fb1 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 |