summaryrefslogtreecommitdiff
path: root/doc/git-annex-p2p.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 15:14:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 15:16:25 -0400
commitf14c412232808399c609e0dd484b8243af7daa3a (patch)
treece47c3914ad582525c4632d0229ea02bd4e1222e /doc/git-annex-p2p.mdwn
parent66b3af4aa5c3bbb53fc27b25303c4e69364930f5 (diff)
implement p2p --link
This commit was sponsored by Riku Voipio.
Diffstat (limited to 'doc/git-annex-p2p.mdwn')
-rw-r--r--doc/git-annex-p2p.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/git-annex-p2p.mdwn b/doc/git-annex-p2p.mdwn
index 049f90014..5bf48178f 100644
--- a/doc/git-annex-p2p.mdwn
+++ b/doc/git-annex-p2p.mdwn
@@ -22,11 +22,13 @@ services.
over the available P2P networks. The address or addresses is output to
stdout.
-* `--link address --named remotename`
+* `--link remotename`
Sets up a git remote with the specified remotename that is accessed over
- a P2P network. The address is one generated in the remote repository using
- `git annex p2p --gen-address`
+ a P2P network.
+
+ This will prompt for an address to be entered; you should paste in the
+ address that was generated by --gen-address in the remote repository.
# SEE ALSO