diff --git a/command/refresh.go b/command/refresh.go index abca0cd02..f8765506a 100644 --- a/command/refresh.go +++ b/command/refresh.go @@ -30,7 +30,7 @@ func (c *RefreshCommand) Run(args []string) int { var configPath string args = cmdFlags.Args() if len(args) > 1 { - c.Ui.Error("The apply command expects at most one argument.") + c.Ui.Error("The refresh command expects at most one argument.") cmdFlags.Usage() return 1 } else if len(args) == 1 {