We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d1eaf commit 1c6abdcCopy full SHA for 1c6abdc
imagetool/src/main/java/com/oracle/weblogic/imagetool/util/DockerfileOptions.java
@@ -312,7 +312,7 @@ public String wdtCommand() {
312
/**
313
* Set the desired WDT Operation to use during update.
314
*
315
- * @param value CREATE or UPDATE.
+ * @param value CREATE, DEPLOY, or UPDATE.
316
*/
317
public void setWdtCommand(WdtOperation value) {
318
wdtOperation = value;
0 commit comments