The Wayback Machine - https://web.archive.org./web/20220306014629/https://github.com/hashicorp/terraform/commit/a37d47e9558351b1ce30e9cc9d0b3bfe524af2b3
Skip to content
Permalink
Browse files
Improve the help.go docs: typo and a more explicit comment.
  • Loading branch information
auroat committed Jan 24, 2022
1 parent 5a9bc76 commit a37d47e9558351b1ce30e9cc9d0b3bfe524af2b3
Showing with 1 addition and 1 deletion.
  1. +1 −1 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

0 comments on commit a37d47e

Please sign in to comment.