diff --git a/command/node_status.go b/command/node_status.go index df1d9aace..4d3421404 100644 --- a/command/node_status.go +++ b/command/node_status.go @@ -229,6 +229,7 @@ func (c *NodeStatusCommand) Run(args []string) int { // Return nothing if no nodes found if len(nodes) == 0 { + c.Ui.Output("No nodes registered") return 0 }