From fc8568a435e01b65c868c3c2baccacfaa6f15112 Mon Sep 17 00:00:00 2001 From: Edwin Xie Date: Mon, 1 Apr 2024 22:25:05 +0000 Subject: [PATCH] nit: Fix trailing whitespace in etcdmain/help.go Signed-off-by: Edwin Xie --- server/etcdmain/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/etcdmain/help.go b/server/etcdmain/help.go index 8819b90cd35..cb09c8fdcd0 100644 --- a/server/etcdmain/help.go +++ b/server/etcdmain/help.go @@ -110,7 +110,7 @@ Clustering: --initial-cluster 'default=http://localhost:2380' Initial cluster configuration for bootstrapping. --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 --initial-cluster-token 'etcd-cluster' Initial cluster token for the etcd cluster during bootstrap.