fix --gen-addresses name

This commit is contained in:
Joey Hess 2018-07-04 14:42:57 -04:00
parent 749d5115fe
commit 761d619193
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -32,7 +32,7 @@ services.
the repositories, so you will need it installed on both computers that are the repositories, so you will need it installed on both computers that are
being paired. being paired.
* `--gen-address` * `--gen-addresses`
Generates addresses that can be used to access this git-annex repository Generates addresses that can be used to access this git-annex repository
over the available P2P networks. The address or addresses is output to over the available P2P networks. The address or addresses is output to
@ -46,7 +46,7 @@ services.
Sets up a git remote that is accessed over a P2P network. Sets up a git remote that is accessed over a P2P network.
This will prompt for an address to be entered; you should paste in the 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. address that was generated by --gen-addresses in the remote repository.
Defaults to making the git remote be named "peer1", "peer2", Defaults to making the git remote be named "peer1", "peer2",
etc. This can be overridden with the `--name` option. etc. This can be overridden with the `--name` option.