File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ private void copyResponseFilesToDir(String dirPath) throws IOException {
396
396
private DomainType domainType ;
397
397
398
398
@ Option (
399
- names = "--run_rcu " ,
399
+ names = "--wdtRunRCU " ,
400
400
description = "whether to run rcu to create the required database schemas"
401
401
)
402
402
private boolean rcu_run_flag = false ;
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ The parameters mapping between the Image Tool and the WebLogic Deploy Tool are:
207
207
| ` --wdtArchive ` | ` -archive_file ` |
208
208
| ` --wdtModel ` | ` -model_file ` |
209
209
| ` --wdtVariables ` | ` -variable_file ` |
210
- | ` --run_rcu ` | ` -run_rcu ` |
210
+ | ` --wdtRunRCU ` | ` -run_rcu ` |
211
211
| ` --wdtDomainHome ` | ` -domain_home ` |
212
212
213
213
You can’t perform that action at this time.
0 commit comments