Skip to content

Commit 56bc804

Browse files
authored
Merge pull request #26 from oracle/issue#19-createDomain-domain_parent-usage
issue#19 - Corrected usage for domain_parent for UNIX
2 parents f0114f4 + ebf7539 commit 56bc804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/src/main/bin/createDomain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ usage() {
5353
echo ""
5454
echo "Usage: $1 [-help] [-use_encryption] [-run_rcu]"
5555
echo " -oracle_home <oracle-home>"
56-
echo " -domain_home <domain-home>"
56+
echo " -domain_parent <domain-parent>"
5757
echo " -domain_type <domain-type>"
5858
echo " [-java_home <java-home>]"
5959
echo " [-archive_file <archive-file>]"
@@ -67,7 +67,7 @@ usage() {
6767
echo " where:"
6868
echo " oracle-home - the existing Oracle Home directory for the domain."
6969
echo ""
70-
echo " domain-home - the domain home directory."
70+
echo " domain-parent - the directory where the domain should be created."
7171
echo ""
7272
echo " domain-type - the type of domain (e.g., WLS, JRF). This controls"
7373
echo " the domain templates and template resource targeting."

0 commit comments

Comments
 (0)