diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-08 17:15:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-08 17:15:14 -0400 |
commit | 9de1f5d9cfec3492ebee55fabc64f36a595d5be5 (patch) | |
tree | c944df1cd35ce50f5ddaac2063a6e34b60d80625 | |
parent | 280b9677d60c0f9c9b83063fa7edea72e0774421 (diff) |
typo
-rw-r--r-- | doc/walkthrough/using_bup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/using_bup.mdwn b/doc/walkthrough/using_bup.mdwn index e84ff613b..7ba9d1fce 100644 --- a/doc/walkthrough/using_bup.mdwn +++ b/doc/walkthrough/using_bup.mdwn @@ -5,7 +5,7 @@ git-annex, you can have git on both the frontend and the backend. Here's how to create a bup remote, and describe it. - # git annex initremote mybup type=bup encryption=none remote=example.com/big/mybup + # git annex initremote mybup type=bup encryption=none remote=example.com:/big/mybup initremote bup (bup init) Initialized empty Git repository in /big/mybup/ ok |