Improve the help.go docs: typo and a more explicit comment.

This commit is contained in:
Aurel Pintea 2022-01-24 10:52:37 +00:00
parent 5a9bc76d1a
commit a37d47e955
1 changed files with 1 additions and 1 deletions

View File

@ -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