File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ the target group of CICS regions\.
90
90
* ` --timeout ` | ` --to ` * (number)*
91
91
92
92
* An optional numerical value that specifies the maximum amount of time in seconds
93
- (1 \- 1800 inclusive) for the DFHDPLOY command to complete\.
93
+ (1 \- 1800 inclusive) for the DFHDPLOY command to complete\. If not specified
94
+ DFHDPLOY will use its default of 300 seconds\.
94
95
95
96
* ` --target-state ` | ` --ts ` | ` --targetstate ` * (string)*
96
97
@@ -287,7 +288,8 @@ Push a CICS bundle from the working directory to a target CICSplex\.
287
288
* ` --timeout ` | ` --to ` * (number)*
288
289
289
290
* An optional numerical value that specifies the maximum amount of time in seconds
290
- (1 \- 1800 inclusive) for the DFHDPLOY command to complete\.
291
+ (1 \- 1800 inclusive) for the DFHDPLOY command to complete\. If not specified
292
+ DFHDPLOY will use its default of 300 seconds\.
291
293
292
294
* ` --target-state ` | ` --ts ` | ` --targetstate ` * (string)*
293
295
@@ -408,7 +410,8 @@ target group of CICS regions\.
408
410
* ` --timeout ` | ` --to ` * (number)*
409
411
410
412
* An optional numerical value that specifies the maximum amount of time in seconds
411
- (1 \- 1800 inclusive) for the DFHDPLOY command to complete\.
413
+ (1 \- 1800 inclusive) for the DFHDPLOY command to complete\. If not specified
414
+ DFHDPLOY will use its default of 300 seconds\.
412
415
413
416
* ` --target-state ` | ` --ts ` | ` --targetstate ` * (string)*
414
417
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ export const TimeoutOption: ICommandOptionDefinition = {
23
23
type : "number" ,
24
24
numericValueRange : [ 1 , MAX_VALUE ] ,
25
25
description : "An optional numerical value that specifies the maximum amount of time in seconds " +
26
- "(1 - 1800 inclusive) for the DFHDPLOY command to complete."
26
+ "(1 - " + MAX_VALUE + " inclusive) for the DFHDPLOY command to complete. If not specified " +
27
+ "DFHDPLOY will use its default of 300 seconds."
27
28
} ;
28
-
You can’t perform that action at this time.
0 commit comments