Merge pull request #30397 from auroat/improve-docs

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

Merged after discussion with @apparentlymart.
This commit is contained in:
Craig Wright 2022-01-27 09:56:25 -08:00 committed by GitHub
commit 0900c7e0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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