Skip to content

Commit

Permalink
Update server/etcdmain/help.go
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Wang <[email protected]>
  • Loading branch information
siyuanfoundation and ahrtr authored Jul 18, 2024
1 parent 3028ce0 commit 1065c0c
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 @@ -106,7 +106,7 @@ Member:
--raft-write-timeout '` + rafthttp.DefaultConnWriteTimeout.String() + `'
Write timeout set on each rafthttp connection
--feature-gates ''
A set of key=value pairs that describe server level feature gates for alpha/experimental features. Options are:'` + strings.Join(features.NewDefaultServerFeatureGate("", nil).KnownFeatures(), ",") + `'
A set of key=value pairs that describe server level feature gates for alpha/experimental features. Options are:\n` + strings.Join(features.NewDefaultServerFeatureGate("", nil).KnownFeatures(), "\n") + `
Clustering:
--initial-advertise-peer-urls 'http://localhost:2380'
Expand Down

0 comments on commit 1065c0c

Please sign in to comment.