Merge pull request #7960 from guidodobboletta/master
Fix console help text
This commit is contained in:
commit
6688f436dd
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue