summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-16 15:36:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-16 15:37:50 -0400
commit353b59a000dd0e4941b3c36a7fd02d23f3cf44a1 (patch)
tree3d39f2107a921d9cf3bc6bb6c922a58046c460a8 /doc/tips
parent6c59cea78aa11aea9031eb162b4158fa1d955f4f (diff)
p2p: --link no longer takes a remote name, instead the --name option can be used.
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/peer_to_peer_network_with_tor.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/peer_to_peer_network_with_tor.mdwn b/doc/tips/peer_to_peer_network_with_tor.mdwn
index 11d977cca..9c97735e4 100644
--- a/doc/tips/peer_to_peer_network_with_tor.mdwn
+++ b/doc/tips/peer_to_peer_network_with_tor.mdwn
@@ -46,7 +46,7 @@ Now, tell the new peer about the address of the first peer.
This will make a git remote named "peer1", which connects,
through Tor, to the repository on the other peer.
- git annex p2p --link peer1
+ git annex p2p --link --name peer1
That command will prompt for an address; paste in the address that was
generated on the first peer, and then press Enter.