From a37d47e9558351b1ce30e9cc9d0b3bfe524af2b3 Mon Sep 17 00:00:00 2001 From: Aurel Pintea Date: Mon, 24 Jan 2022 10:52:37 +0000 Subject: [PATCH] Improve the help.go docs: typo and a more explicit comment. --- help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.go b/help.go index 16bc32095..9e38f8510 100644 --- a/help.go +++ b/help.go @@ -10,7 +10,7 @@ import ( "github.com/mitchellh/cli" ) -// helpFunc is a cli.HelpFunc that can is used to output the help for Terraform. +// helpFunc is a cli.HelpFunc that can be used to output the help CLI instructions for Terraform. func helpFunc(commands map[string]cli.CommandFactory) string { // Determine the maximum key length, and classify based on type var otherCommands []string