Skip to content

Commit 7b062f2

Browse files
Update merge help
1 parent 1770925 commit 7b062f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli/generate/bundle/options/Merge.option.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const MergeOption: ICommandOptionDefinition = {
2222
defaultValue: false,
2323
required: false,
2424
implies: ["overwrite"],
25-
description: "Enable or disable the ability to merge new resources into an existing CICS bundle manifest."
25+
description: "Enable or disable the ability to merge new resources into an existing CICS bundle manifest." +
26+
"Requires --overwrite to be specified."
2627
};
2728

0 commit comments

Comments
 (0)