diff --git a/command/get.go b/command/get.go index 91d13bbcd..b03852a4b 100644 --- a/command/get.go +++ b/command/get.go @@ -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 {