This commit is contained in:
Joey Hess 2015-04-08 16:16:42 -04:00
parent a662819fa3
commit 3c2cb25698

View file

@ -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]