Remove non-standard CLI element

This commit is contained in:
Alex Dadgar
2016-01-21 13:13:36 -08:00
parent 41641722d9
commit b22cc67b0a

View File

@@ -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