Skip to content

Commit df429d8

Browse files
committed
change --run_rcu to --wdtRunRCU
1 parent 0dfff9b commit df429d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/CreateImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

site/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)