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 {
396396 private DomainType domainType ;
397397
398398 @ Option (
399- names = "--run_rcu " ,
399+ names = "--wdtRunRCU " ,
400400 description = "whether to run rcu to create the required database schemas"
401401 )
402402 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:
207207| ` --wdtArchive ` | ` -archive_file ` |
208208| ` --wdtModel ` | ` -model_file ` |
209209| ` --wdtVariables ` | ` -variable_file ` |
210- | ` --run_rcu ` | ` -run_rcu ` |
210+ | ` --wdtRunRCU ` | ` -run_rcu ` |
211211| ` --wdtDomainHome ` | ` -domain_home ` |
212212
213213
You can’t perform that action at this time.
0 commit comments