Skip to content

Commit cf0cf6c

Browse files
authored
Fixed usage errors (#597)
1 parent b9f8b8c commit cf0cf6c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

installer/src/main/bin/modelHelp.sh

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)