From c739c7d7872557ca0c5d3518fb0a3bdbade871eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 9 Apr 2011 12:41:17 -0400 Subject: change name of buprepo Instead of remote=, use buprepo= Anyone already using bup will need to re-run git annex initremote. --- doc/walkthrough/using_bup.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/walkthrough/using_bup.mdwn') 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 -- cgit v1.2.3