summaryrefslogtreecommitdiff
path: root/Command/Add.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-04-08 16:16:42 -0400
committerJoey Hess <joeyh@joeyh.name>2015-04-08 16:16:42 -0400
commit3c2cb2569809ca2ba2b9d9c75dde8a7fd2796a8e (patch)
tree602621273956878cdf478cba8a050ac3a141382d /Command/Add.hs
parenta662819fa33fceb704fa0051cf1a38f31867f681 (diff)
wording
Diffstat (limited to 'Command/Add.hs')
-rw-r--r--Command/Add.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index eb0dc22d85..c461c4d566 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]