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

command/hcl2_upgrade: Update description text for command
pull/9837/head
Wilken Rivera 6 years ago committed by GitHub
commit e4a37c37b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save