diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w <Robie@web> | 2014-05-15 23:26:04 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-15 23:26:04 +0000 |
commit | a87ae8f9ace440240bd04b095e72b0e71231dc10 (patch) | |
tree | 182673c685e855a6fe1b335f890322aa39c114d0 /doc/walkthrough | |
parent | 6d514621e08adf4b7855045e91aa6db65b143fa3 (diff) |
Fix more copy and paste errors
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/using_ddar.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough/using_ddar.mdwn b/doc/walkthrough/using_ddar.mdwn index d5312a6ed..50f9eedde 100644 --- a/doc/walkthrough/using_ddar.mdwn +++ b/doc/walkthrough/using_ddar.mdwn @@ -17,10 +17,10 @@ remote that is only accessible on the current system, by passing """]] # git annex initremote myddar type=ddar encryption=none ddarrepo=example.com:/big/myddar - initremote ddar (bup init) + initremote ddar (ddar init) Initialized empty Git repository in /big/myddar/ ok - # git annex describe myddar "my bup repository at example.com" + # git annex describe myddar "my ddar repository at example.com" describe myddar ok Now the remote can be used like any other remote. |