@@ -37,31 +37,31 @@ usage() {
37
37
echo " [-attributes_only | -folders_only | -recursive]"
38
38
echo " <model_path>"
39
39
echo " "
40
- echo " where:
40
+ echo " where:"
41
41
echo " oracle_home - an existing Oracle Home directory"
42
42
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>]..."
45
45
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)"
55
52
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."
58
55
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."
61
58
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."
65
65
echo " "
66
66
}
67
67
0 commit comments