Skip to content

Commit be501d2

Browse files
committed
JIRA WDT-24 Corrected syntax error, escaping, formatting for usage
1 parent b40be81 commit be501d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

installer/src/main/bin/injectVariables.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# of the arguments are passed down to the underlying python program:
2020
#
2121
# - -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
2323
# responsibility to verify that it does. This
2424
# argument is required.
2525
#
@@ -53,15 +53,15 @@ usage() {
5353
echo ""
5454
echo "Usage: $1 [-help]"
5555
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>]"
6060
echo " [-domain_type <domain-type>]"
6161
echo " [-wlst_path <wlst-path>]"
6262
echo ""
6363
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"
6565
echo ""
6666
echo " model-file - the location of the model file in which variables will be injected."
6767
echo " If not specified, the tool will look for the model"
@@ -87,11 +87,11 @@ usage() {
8787
echo " based on the model file or archive file name and location."
8888
echo " If the variable file exists, new variable values will be appended to the file."
8989
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"
9292
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)"
9595
echo ""
9696
}
9797

0 commit comments

Comments
 (0)