change name of buprepo

Instead of remote=, use buprepo=

Anyone already using bup will need to re-run git annex initremote.
This commit is contained in:
Joey Hess 2011-04-09 12:41:17 -04:00
parent 141e55ff11
commit c739c7d787
3 changed files with 35 additions and 29 deletions

View file

@ -8,10 +8,10 @@ Here's how to create a bup remote, and describe it.
[[!template id=note text="""
Instead of specifying a remote system, you could choose to make a bup
remote that is only accessible on the current system, by passing
"remote=/big/mybup".
"buprepo=/big/mybup".
"""]]
# git annex initremote mybup type=bup encryption=none remote=example.com:/big/mybup
# git annex initremote mybup type=bup encryption=none buprepo=example.com:/big/mybup
initremote bup (bup init)
Initialized empty Git repository in /big/mybup/
ok