Skip to content

Commit

Permalink
Merge pull request etcd-io#17690 from flawedmatrix/fix-trailing-white…
Browse files Browse the repository at this point in the history
…space-in-help

nit: Fix trailing whitespace in etcdmain/help.go
  • Loading branch information
jmhbnz committed Apr 2, 2024
2 parents e513b1a + fc8568a commit b680e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdmain/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b680e24

Please sign in to comment.