Skip to content

Commit 4b98ee3

Browse files
authored
Merge pull request #205 from matthewpwilson/merge-help
Update merge help
2 parents 1770925 + 97a03ce commit 4b98ee3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/pages/cdp/CLIReadme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ required\.
189189
* `--merge` | `--me` *(boolean)*
190190

191191
* Enable or disable the ability to merge new resources into an existing CICS
192-
bundle manifest\.
192+
bundle manifest\.Requires \-\-overwrite to be specified\.
193193

194194
### Examples
195195

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)