From e79d62d0068bd5f65ff6ed900e9cbf11e747f822 Mon Sep 17 00:00:00 2001 From: Guido Dobboletta Date: Thu, 8 Aug 2019 13:22:59 -0500 Subject: [PATCH] Fix text --- command/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/console.go b/command/console.go index da2faf52b..88862248e 100644 --- a/command/console.go +++ b/command/console.go @@ -99,7 +99,7 @@ Options: } func (*ConsoleCommand) Synopsis() string { - return "check that a template is valid" + return "creates a console for testing variable interpolation" } func (*ConsoleCommand) AutocompleteArgs() complete.Predictor {