nit: Fix trailing whitespace in etcdmain/help.go

Signed-off-by: Edwin Xie <edwin.xie@broadcom.com>
This commit is contained in:
Edwin Xie 2024-04-01 22:25:05 +00:00
parent e513b1a6b7
commit fc8568a435

View File

@ -110,7 +110,7 @@ Clustering:
--initial-cluster 'default=http://localhost:2380' --initial-cluster 'default=http://localhost:2380'
Initial cluster configuration for bootstrapping. Initial cluster configuration for bootstrapping.
--initial-cluster-state 'new' --initial-cluster-state 'new'
Initial cluster state ('new' when bootstrapping a new cluster or 'existing' when adding new members to an existing cluster). Initial cluster state ('new' when bootstrapping a new cluster or 'existing' when adding new members to an existing cluster).
After successful initialization (bootstrapping or adding), flag is ignored on restarts After successful initialization (bootstrapping or adding), flag is ignored on restarts
--initial-cluster-token 'etcd-cluster' --initial-cluster-token 'etcd-cluster'
Initial cluster token for the etcd cluster during bootstrap. Initial cluster token for the etcd cluster during bootstrap.