From 152b71ec896190e77b373477f504aed8d38b46df Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Fri, 10 Feb 2017 13:02:37 -0500 Subject: [PATCH] Formatting fix in members output --- command/members.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/members.go b/command/members.go index 11dfabccce..5264c43cbd 100644 --- a/command/members.go +++ b/command/members.go @@ -40,10 +40,10 @@ func (c *MembersCommand) Run(args []string) int { "Provides detailed information about nodes.") f.BoolVar(&wan, "wan", false, "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", ".*", "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 { return 1