From 4d37704d532ae3effdfe2c5b6254bee0b94e8d8e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 13 Sep 2015 14:40:36 -0700 Subject: [PATCH] command/get: fix typo --- command/get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {