summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-29 17:31:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-29 17:31:10 -0400
commitc75ff07b143e1917fe65abeddd221fa3252fb02d (patch)
tree373123140ddabce09faecc020b53cea29e5ffad8 /doc/tips
parent6fbf18025af8c697b515e83600f16de0c232a994 (diff)
update docs for git-annex p2p command
It is not yet implemented.
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/peer_to_peer_network_with_tor.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tips/peer_to_peer_network_with_tor.mdwn b/doc/tips/peer_to_peer_network_with_tor.mdwn
index d7461a1e4..94470b96a 100644
--- a/doc/tips/peer_to_peer_network_with_tor.mdwn
+++ b/doc/tips/peer_to_peer_network_with_tor.mdwn
@@ -16,7 +16,7 @@ To make git-annex use Tor, run these commands in your git-annex repository:
git annex remotedaemon
git annex p2p --gen-address
-The p2p-auth command will output a long address, such as:
+The p2p command will output a long address, such as:
tor-annex::eeaytkuhaupbarfi.onion:4412:7f53c5b65b8957ef626fd461ceaae8056e3dbc459ae715e4
@@ -55,8 +55,8 @@ You can run any commands you normally would to sync with that remote:
git annex sync --content peer1
-You can also generate an address for this new peer, by running
-`git annex p2p --gen`, and add that address to other peers using `git annex
+You can also generate an address for this new peer, by running `git annex
+p2p --gen-address`, and add that address to other peers using `git annex
p2p --link-remote`. It's often useful to link peers up in both directions,
so peer1 is a remote of peer2 and peer2 is a remote of peer1.