diff --git a/etcd_client.go b/etcd_client.go index 7cdf32a0881b704e5d62322ba1d68a57668ba11e..46cb5ae25c3636a1a06bc33beb953536e4050527 100644 --- a/etcd_client.go +++ b/etcd_client.go @@ -46,7 +46,9 @@ func resolveAll(input []string, proto string) []string { } // NewEtcdClient creates a new etcd client. It uses command-line flags -// to find servers and connection parameters. +// to find servers and connection parameters. If the 'strongReads' +// argument is true, read requests will also be sent to the etcd +// master and should be able to see the effect of previous writes. func NewEtcdClient(strongReads bool) EtcdClient { proto := "http" if *etcdCertFile != "" && *etcdKeyFile != "" {