diff options
Diffstat (limited to 'doc/git-annex-p2p.mdwn')
-rw-r--r-- | doc/git-annex-p2p.mdwn | 8 |
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 |