summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-08 16:16:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-08 16:16:42 -0400
commite7cc8ecea89b2f37ba1dec10da8258b61d2c6643 (patch)
tree5e17c2e167f3fab68c3a738efaaaa0418bb21996
parentf009d3d48246ae02da390fcfc6b599e8a8397e09 (diff)
wording
-rw-r--r--Command/Add.hs2
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]