File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/jdk.jlink/share/classes/jdk/tools/jlink/resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,16 @@ release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key li
3939
4040release-info.description =\
4141<file> option is to load release properties from the supplied file.\n \
42+ \ The specified file is expected to be encoded in UTF-8.\n \
4243add: is to add properties to the 'release' file.\n \
4344Any number of <key>=<value> pairs can be passed.\n \
4445del: is to delete the list of keys in release file.
4546
4647release-info.usage =\
4748\ --release-info <file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>\n \
4849\ <file> option is to load release properties from\n \
49- \ the supplied file.\n \
50+ \ the supplied file. The specified file is expected\n \
51+ \ to be encoded in UTF-8.\n \
5052\ add: is to add properties to the 'release' file.\n \
5153\ Any number of <key>=<value> pairs can be passed.\n \
5254\ del: is to delete the list of keys in release file.
You can’t perform that action at this time.
0 commit comments