mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdmain: Fix misuse "-addr" flag In code, it uses "-advertise-client-urls" or "-addr" flags to get the list of this member's peer URLs, It should be using "-peer-addr" flag instead of "-addr" flag.