summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index a916b74a4..794950d76 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -875,8 +875,8 @@ Here are all the supported configuration settings.
* `annex.hardlink`
- Set this to `true` to make file contents be hard linked into the
- repository when possible, instead of a more expensive copy.
+ Set this to `true` to make file contents be hard linked between the
+ repository and its remotes when possible, instead of a more expensive copy.
Use with caution -- This can invalidate numcopies counting, since
with hard links, fewer copies of a file can exist. So, it is a good