From 7b8ef7554e6dabdba0fae75cdeabf7d1c670d866 Mon Sep 17 00:00:00 2001 From: Srinivas Dama Date: Thu, 25 Aug 2016 09:43:46 +0530 Subject: [PATCH] 8163793: jlink has typo in copy-files plugin help text example Reviewed-by: sundar, redestad --- .../share/classes/jdk/tools/jlink/resources/plugins.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties b/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties index 50b958fa85d..6fa0248531f 100644 --- a/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties +++ b/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties @@ -56,7 +56,7 @@ copy-files.argument== to copy to the image>. copy-files.description=\ If files to copy are not absolute path, JDK home dir is used.\n\ -e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt +e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewhere/conf.txt exclude-files.argument= of files to exclude