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