diff --git a/app/scripts/modules/core/src/help/help.contents.ts b/app/scripts/modules/core/src/help/help.contents.ts index 773dd3cbfda..41c87b62191 100644 --- a/app/scripts/modules/core/src/help/help.contents.ts +++ b/app/scripts/modules/core/src/help/help.contents.ts @@ -113,7 +113,7 @@ module(HELP_CONTENTS, []) 'pipeline.config.docker.bake.targetImage': '

The name of the resulting docker image.

', 'pipeline.config.docker.bake.targetImageTag': '

The tag of the resulting docker image, defaults to commit hash if available.

', 'pipeline.config.docker.bake.organization': '

The name of the organization or repo to use for the resulting docker image.

', - 'pipeline.config.bake.baseAmi': '

(Optional) ami-????????

', + 'pipeline.config.bake.baseAmi': '

(Optional) If Base AMI is specified, this will be used instead of the Base OS provided', 'pipeline.config.bake.amiSuffix': '

(Optional) String of date in format YYYYMMDDHHmm, default is calculated from timestamp,

', 'pipeline.config.bake.amiName': '

(Optional) Default = $package-$arch-$ami_suffix-$store_type

', 'pipeline.config.bake.templateFileName': '

(Optional) The explicit packer template to use, instead of resolving one from rosco\'s configuration.

',