File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,9 @@ ECHO java-home - the Java Home to use for the new domain. If not
363
363
ECHO specified, it defaults to the value of the JAVA_HOME
364
364
ECHO environment variable.
365
365
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.
370
369
ECHO .
371
370
ECHO model-file - the location of the model file to use.
372
371
ECHO .
Original file line number Diff line number Diff line change @@ -83,10 +83,9 @@ usage() {
83
83
echo " specified, it defaults to the value of the JAVA_HOME"
84
84
echo " environment variable."
85
85
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."
90
89
echo " "
91
90
echo " model-file - the location of the model file to use."
92
91
echo " "
You can’t perform that action at this time.
0 commit comments