mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(server/usage): fixup the usage based on feedback
People were getting confused by the lack of explanation on which port to use. Fix this. /cc @polvi
This commit is contained in:
@@ -26,8 +26,9 @@ Options:
|
|||||||
-vv Enabled very verbose logging.
|
-vv Enabled very verbose logging.
|
||||||
|
|
||||||
Cluster Configuration Options:
|
Cluster Configuration Options:
|
||||||
-peers=<peers> Comma-separated list of peers (ip + port) in the cluster.
|
-peers-file=<path> Path to a file containing the peer list.
|
||||||
-peers-file=<path> Path to a file containing the peer list.
|
-peers=<host:port>,<host:port> Comma-separated list of peers. The members
|
||||||
|
should match the peer's '-peer-addr' flag.
|
||||||
|
|
||||||
Client Communication Options:
|
Client Communication Options:
|
||||||
-addr=<host:port> The public host:port used for client communication.
|
-addr=<host:port> The public host:port used for client communication.
|
||||||
|
|||||||
Reference in New Issue
Block a user