diff --git a/command/status.go b/command/status.go index 315afe1ee..7f9034054 100644 --- a/command/status.go +++ b/command/status.go @@ -185,7 +185,7 @@ func (c *StatusCommand) outputPeriodicInfo(client *api.Client, job *api.Job) err } if len(children) == 0 { - c.Ui.Output("\nNo previously launched jobs") + c.Ui.Output("\nNo instances of periodic job found") return nil }