diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-09 12:41:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-09 12:41:17 -0400 |
commit | c739c7d7872557ca0c5d3518fb0a3bdbade871eb (patch) | |
tree | d89efa77d787bd3aa5ee29a5fafed5e3c9aea641 /doc/walkthrough | |
parent | 141e55ff11394e2f162397957c96c02ad3f0bd37 (diff) |
change name of buprepo
Instead of remote=, use buprepo=
Anyone already using bup will need to re-run git annex initremote.
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/using_bup.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough/using_bup.mdwn b/doc/walkthrough/using_bup.mdwn index c3200dd32..3a6a8776a 100644 --- a/doc/walkthrough/using_bup.mdwn +++ b/doc/walkthrough/using_bup.mdwn @@ -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 |