command/get: fix typo

pull/3225/merge
Mitchell Hashimoto 11 years ago
parent b91df72371
commit 4d37704d53

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

Loading…
Cancel
Save