summaryrefslogtreecommitdiff
path: root/doc/design/iabackup.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-03 19:04:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-03 19:04:17 -0400
commitec792b249b3834b303f896909e7c46b53d0e6d8c (patch)
tree2ccc74e3fd5c1216d313a29896824158dc2936e0 /doc/design/iabackup.mdwn
parent38dfdee4a785de4111e294680bf9179e43628274 (diff)
clarify
Diffstat (limited to 'doc/design/iabackup.mdwn')
-rw-r--r--doc/design/iabackup.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/iabackup.mdwn b/doc/design/iabackup.mdwn
index b9a6a960d..f987be517 100644
--- a/doc/design/iabackup.mdwn
+++ b/doc/design/iabackup.mdwn
@@ -92,7 +92,7 @@ When a client registers to participate:
1. Generate a UUID, which is assigned to this client, and send it to the
client, and assign that UUID to a particular shard.
2. Send the client an appropriate auth token (eg, a locked down ssh private
- key) to let them access the origin repository.
+ key) to let them access the shard's git repository (or all the shards).
3. Client clones its assigned shard git repository,
runs `git annex init reinit $UUID`, and enables direct mode.