diff --git a/server/usage.go b/server/usage.go index ff23aac53..3809fb04b 100644 --- a/server/usage.go +++ b/server/usage.go @@ -26,8 +26,9 @@ Options: -vv Enabled very verbose logging. Cluster Configuration Options: - -peers= Comma-separated list of peers (ip + port) in the cluster. - -peers-file= Path to a file containing the peer list. + -peers-file= Path to a file containing the peer list. + -peers=, Comma-separated list of peers. The members + should match the peer's '-peer-addr' flag. Client Communication Options: -addr= The public host:port used for client communication.