mirror of https://github.com/status-im/consul.git
Formatting fix in members output
This commit is contained in:
parent
55ee1b0aed
commit
152b71ec89
|
@ -40,10 +40,10 @@ func (c *MembersCommand) Run(args []string) int {
|
||||||
"Provides detailed information about nodes.")
|
"Provides detailed information about nodes.")
|
||||||
f.BoolVar(&wan, "wan", false,
|
f.BoolVar(&wan, "wan", false,
|
||||||
"If the agent is in server mode, this can be used to return the other "+
|
"If the agent is in server mode, this can be used to return the other "+
|
||||||
"peers in the WAN pool")
|
"peers in the WAN pool.")
|
||||||
f.StringVar(&statusFilter, "status", ".*",
|
f.StringVar(&statusFilter, "status", ".*",
|
||||||
"If provided, output is filtered to only nodes matching the regular "+
|
"If provided, output is filtered to only nodes matching the regular "+
|
||||||
"expression for status")
|
"expression for status.")
|
||||||
|
|
||||||
if err := c.Command.Parse(args); err != nil {
|
if err := c.Command.Parse(args); err != nil {
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue