Merge pull request #833 from philk/minor_refresh_fix

Fix typo in refresh command error output
This commit is contained in:
Armon Dadgar 2015-01-20 13:19:48 -08:00
commit 4a6c74a779
1 changed files with 1 additions and 1 deletions

View File

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