Skip to content

Commit 83a65fd

Browse files
rakillenddsharpe
authored andcommitted
Issue #244 - Revised description of -archive_file argument (#323)
1 parent 57f5926 commit 83a65fd

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

installer/src/main/bin/createDomain.cmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,9 @@ ECHO java-home - the Java Home to use for the new domain. If not
363363
ECHO specified, it defaults to the value of the JAVA_HOME
364364
ECHO environment variable.
365365
ECHO.
366-
ECHO archive-file - the path to the archive file to use. Either the
367-
ECHO archive-file or the model-file is required. If the
368-
ECHO model-file is specified, the archive-file will
369-
ECHO be ignored.
366+
ECHO archive-file - the path to the archive file to use. If the -model_file
367+
ECHO argument is not specified, the model file in this archive
368+
ECHO will be used.
370369
ECHO.
371370
ECHO model-file - the location of the model file to use.
372371
ECHO.

installer/src/main/bin/createDomain.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ usage() {
8383
echo " specified, it defaults to the value of the JAVA_HOME"
8484
echo " environment variable."
8585
echo ""
86-
echo " archive-file - the path to the archive file to use Either the"
87-
echo " archive-file or the model-file is required. If the"
88-
echo " model-file is specified, the archive-file will"
89-
echo " be ignored."
86+
echo " archive-file - the path to the archive file to use. If the -model_file"
87+
echo " argument is not specified, the model file in this archive"
88+
echo " will be used."
9089
echo ""
9190
echo " model-file - the location of the model file to use."
9291
echo ""

0 commit comments

Comments
 (0)