Skip to content

Commit

Permalink
Improve the help.go docs: typo and a more explicit comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
auroat committed Jan 24, 2022
1 parent 5a9bc76 commit a37d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a37d47e

Please sign in to comment.