Merge pull request #9835 from hashicorp/b-hcl2_upgrade_command-description

command/hcl2_upgrade: Update description text for command
This commit is contained in:
Wilken Rivera 2020-08-27 13:03:04 -04:00 committed by GitHub
commit e4a37c37b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ Usage: packer hcl2_upgrade -output-file=JSON_TEMPLATE.pkr.hcl JSON_TEMPLATE...
}
func (*HCL2UpgradeCommand) Synopsis() string {
return "build image(s) from template"
return "transform a JSON template into a HCL2 configuration"
}
func (*HCL2UpgradeCommand) AutocompleteArgs() complete.Predictor {