From b22cc67b0abbc5cd854dcfd5057193196e9a6293 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 21 Jan 2016 13:13:36 -0800 Subject: [PATCH] Remove non-standard CLI element --- command/node_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/node_status.go b/command/node_status.go index 17eb4e6e8..ec7085925 100644 --- a/command/node_status.go +++ b/command/node_status.go @@ -198,7 +198,7 @@ func (c *NodeStatusCommand) Run(args []string) int { // Dump the output c.Ui.Output(formatKV(basic)) if !short { - c.Ui.Output("\n### Allocations") + c.Ui.Output("\n==> Allocations") c.Ui.Output(formatList(allocs)) } return 0