p2p: --link no longer takes a remote name, instead the --name option can be used.

This commit is contained in:
Joey Hess 2016-12-16 15:36:59 -04:00
parent 76d525c4d5
commit e67a310da1
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
4 changed files with 39 additions and 13 deletions

View file

@ -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.