command/get: fix typo

This commit is contained in:
Mitchell Hashimoto 2015-09-13 14:40:36 -07:00
parent b91df72371
commit 4d37704d53
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func (c *GetCommand) Run(args []string) int {
var path string
args = cmdFlags.Args()
if len(args) > 1 {
c.Ui.Error("The graph command expects one argument.\n")
c.Ui.Error("The get command expects one argument.\n")
cmdFlags.Usage()
return 1
} else if len(args) == 1 {