Merge pull request #9835 from hashicorp/b-hcl2_upgrade_command-description
command/hcl2_upgrade: Update description text for command
This commit is contained in:
commit
e4a37c37b9
|
@ -379,7 +379,7 @@ Usage: packer hcl2_upgrade -output-file=JSON_TEMPLATE.pkr.hcl JSON_TEMPLATE...
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*HCL2UpgradeCommand) Synopsis() string {
|
func (*HCL2UpgradeCommand) Synopsis() string {
|
||||||
return "build image(s) from template"
|
return "transform a JSON template into a HCL2 configuration"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*HCL2UpgradeCommand) AutocompleteArgs() complete.Predictor {
|
func (*HCL2UpgradeCommand) AutocompleteArgs() complete.Predictor {
|
||||||
|
|
Loading…
Reference in New Issue