diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-15 22:53:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-15 22:53:14 -0400 |
commit | 49b7f5918341c30140779ea1f376b4d9f81d8a30 (patch) | |
tree | 454772293be974bb79bf8c7f42aea9740d0bca77 /doc | |
parent | 9d24cc7bdb011d66e41229a3b96401808be47268 (diff) |
test suite passes again
doesn't test remote functionality.. but that may be working too now
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index bfec527d9..e559e8cba 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -296,7 +296,10 @@ Many git-annex commands will stage changes for later `git commit` by you. * --backend=name - Specifies which key-value backend to use. + Specifies which key-value backend to use. This can be used when + adding a file to the annex, or migrating a file. Once files + are in the annex, their backend is known and this option is not + necessary. * --key=name |