diff options
-rw-r--r-- | Command/Add.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index eb0dc22d8..c461c4d56 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -65,7 +65,7 @@ seek ps = do startSmall :: FilePath -> CommandStart startSmall file = do showStart "add" file - showNote "non-large file; adding to git directly" + showNote "non-large file; adding content to git repository" next $ do params <- forceParams Annex.Queue.addCommand "add" (params++[Param "--"]) [file] |