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