Skip to content

Commit

Permalink
merge conf resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jun 21, 2023
1 parent 46e37d0 commit ef287fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions command/operator/raft/listpeers/operator_raft_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ type cmd struct {

func (c *cmd) init() {
c.flags = flag.NewFlagSet("", flag.ContinueOnError)
c.flags.BoolVar(&c.detailed, "detailed", false,
"Outputs additional information 'commit_index' which is "+
"the index of the server's last committed Raft log entry.")
c.http = &flags.HTTPFlags{}
flags.Merge(c.flags, c.http.ClientFlags())
flags.Merge(c.flags, c.http.ServerFlags())
Expand Down

0 comments on commit ef287fb

Please sign in to comment.