File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/cli/generate/bundle/options Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ required\.
189
189
* ` --merge ` | ` --me ` * (boolean)*
190
190
191
191
* Enable or disable the ability to merge new resources into an existing CICS
192
- bundle manifest\.
192
+ bundle manifest\. Requires \-\- overwrite to be specified \.
193
193
194
194
### Examples
195
195
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export const MergeOption: ICommandOptionDefinition = {
22
22
defaultValue : false ,
23
23
required : false ,
24
24
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."
26
27
} ;
27
28
You can’t perform that action at this time.
0 commit comments