19
19
# of the arguments are passed down to the underlying python program:
20
20
#
21
21
# - -oracle_home The directory of the existing Oracle Home to use.
22
- # This directory must exist and it is the caller^ 's
22
+ # This directory must exist and it is the caller's
23
23
# responsibility to verify that it does. This
24
24
# argument is required.
25
25
#
@@ -53,15 +53,15 @@ usage() {
53
53
echo " "
54
54
echo " Usage: $1 [-help]"
55
55
echo " -oracle_home <oracle-home>"
56
- ecgi " -model_file ^ <model-file^ > | -archive_file ^ <archive-file^ >"
57
- echo " [-variable_injector_file ^ <variable-injector-file^ >]"
58
- echo " [-variable_keywords_file ^ <variable-keywords-file^ >]"
59
- echo " [-variable_properties_file ^ <variable-file^>] " "
56
+ echo " -model_file <model-file> | -archive_file <archive-file>"
57
+ echo " [-variable_injector_file <variable-injector-file>]"
58
+ echo " [-variable_keywords_file <variable-keywords-file>]"
59
+ echo " [-variable_properties_file <variable-file>] "
60
60
echo " [-domain_type <domain-type>]"
61
61
echo " [-wlst_path <wlst-path>]"
62
62
echo " "
63
63
echo " where:"
64
- echo " oracle-home - the existing Oracle Home directory for the domain"
64
+ echo " oracle-home - the existing Oracle Home directory for the domain"
65
65
echo " "
66
66
echo " model-file - the location of the model file in which variables will be injected."
67
67
echo " If not specified, the tool will look for the model"
@@ -87,11 +87,11 @@ usage() {
87
87
echo " based on the model file or archive file name and location."
88
88
echo " If the variable file exists, new variable values will be appended to the file."
89
89
echo " "
90
- echo " domain-type - the type of domain (e.g., WLS, JRF)."
91
- echo " Used to locate wlst.cmd if wlst-path not specified"
90
+ echo " domain-type - the type of domain (e.g., WLS, JRF)."
91
+ echo " Used to locate wlst.cmd if wlst-path not specified"
92
92
echo " "
93
- echo " wlst-path - the Oracle Home subdirectory of the wlst.cmd"
94
- echo " script to use (e.g., ^ < ORACLE_HOME^ > /soa)"
93
+ echo " wlst-path - the Oracle Home subdirectory of the wlst.cmd"
94
+ echo " script to use (e.g., <ORACLE_HOME>/soa)"
95
95
echo " "
96
96
}
97
97
0 commit comments