Merge pull request #7960 from guidodobboletta/master

Fix console help text
This commit is contained in:
Megan Marsh 2019-08-12 16:32:29 -07:00 committed by GitHub
commit 6688f436dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Options:
} }
func (*ConsoleCommand) Synopsis() string { func (*ConsoleCommand) Synopsis() string {
return "check that a template is valid" return "creates a console for testing variable interpolation"
} }
func (*ConsoleCommand) AutocompleteArgs() complete.Predictor { func (*ConsoleCommand) AutocompleteArgs() complete.Predictor {