Merge pull request #17690 from flawedmatrix/fix-trailing-whitespace-in-help

nit: Fix trailing whitespace in etcdmain/help.go
This commit is contained in:
James Blair 2024-04-02 09:13:32 +02:00 committed by GitHub
commit b680e24eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.