@@ -37,31 +37,31 @@ usage() {
3737 echo " [-attributes_only | -folders_only | -recursive]"
3838 echo " <model_path>"
3939 echo " "
40- echo " where:
40+ echo " where:"
4141 echo " oracle_home - an existing Oracle Home directory"
4242 echo " "
43- echo " model_path - the path to the model element to be examined.
44- echo " the format is [<section>:][/<folder>]...
43+ echo " model_path - the path to the model element to be examined."
44+ echo " the format is [<section>:][/<folder>]..."
4545 echo " "
46- echo " model_path examples:
47- echo " resources:/JDBCSystemResource/JdbcResource
48- echo " /JDBCSystemResource/JdbcResource
49- echo " resources:
50- echo " resources
51- echo " top (this will list the top-level section names)
52- echo " .
53- echo " By default, the tool will display the folders and attributes for the
54- echo " specified model path.
46+ echo " model_path examples:"
47+ echo " resources:/JDBCSystemResource/JdbcResource"
48+ echo " /JDBCSystemResource/JdbcResource"
49+ echo " resources:"
50+ echo " resources"
51+ echo " top (this will list the top-level section names)"
5552 echo " "
56- echo " The -attributes_only switch will cause the tool to list only the attributes
57- echo " for the specified model path.
53+ echo " By default, the tool will display the folders and attributes for the"
54+ echo " specified model path."
5855 echo " "
59- echo " The -folders_only switch will cause the tool to list only the folders
60- echo " for the specified model path.
56+ echo " The -attributes_only switch will cause the tool to list only the attributes "
57+ echo " for the specified model path."
6158 echo " "
62- echo " The -recursive switch will cause the tool to list only the folders
63- echo " for the specified model path, and recursively include the folders below
64- echo " that path.
59+ echo " The -folders_only switch will cause the tool to list only the folders"
60+ echo " for the specified model path."
61+ echo " "
62+ echo " The -recursive switch will cause the tool to list only the folders"
63+ echo " for the specified model path, and recursively include the folders below"
64+ echo " that path."
6565 echo " "
6666}
6767
0 commit comments