improve docs

This commit is contained in:
Joey Hess 2020-05-05 12:39:38 -04:00
parent 5b5a9aaf92
commit 93db6bef15
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 6 additions and 0 deletions

View file

@ -7,3 +7,6 @@ But what am I supposed to do if I want to pair a third machine later? I do not w
So we lack a command like `git annex p2p --show-address` that just prints the same as `--gen-address`. This is trivial since we just need to concatenate `.git/annex/creds/p2paddrs`, a colon and `.git/annex/creds/p2pauth`? So we lack a command like `git annex p2p --show-address` that just prints the same as `--gen-address`. This is trivial since we just need to concatenate `.git/annex/creds/p2paddrs`, a colon and `.git/annex/creds/p2pauth`?
Actually this would be a fun starter project for a new contributor to git-annex? (me?) Actually this would be a fun starter project for a new contributor to git-annex? (me?)
> I added a mention to the docs that --gen-address can be run more than
> once, so [[done]] I suppose --[[Joey]]

View file

@ -44,6 +44,9 @@ services.
Note that anyone who knows these addresses can access your Note that anyone who knows these addresses can access your
repository over the P2P networks. repository over the P2P networks.
This can be run repeatedly, in order to give different addresses
out to different people.
* `--link` * `--link`