diff --git a/command/scale_in.go b/command/scale_in.go index 095cd04f..907bf436 100644 --- a/command/scale_in.go +++ b/command/scale_in.go @@ -99,7 +99,7 @@ func (c *ScaleInCommand) Run(args []string) int { config.Scale.JobID = args[0] if config.Scale.Count == 0 && config.Scale.Percent == 0 || config.Scale.Count > 0 && config.Scale.Percent > 0 { - c.UI.Error("You must set either -count or -percent flag to scale-out") + c.UI.Error("You must set either -count or -percent flag to scale-in") return 1 }