diff -r 21c6a82adf04 -r e30c5696b4c5 jdk/src/share/classes/sun/tools/jar/resources/jar.properties --- a/jdk/src/share/classes/sun/tools/jar/resources/jar.properties Wed Oct 23 15:55:31 2013 +0200 +++ b/jdk/src/share/classes/sun/tools/jar/resources/jar.properties Wed Oct 23 18:35:47 2013 +0400 @@ -44,6 +44,8 @@ {0} : could not create directory error.incorrect.length=\ incorrect length while processing: {0} +error.create.tempfile=\ + Could not create a temporary file out.added.manifest=\ added manifest out.update.manifest=\ @@ -66,7 +68,7 @@ (in = {0}) (out= {1}) usage=\ -Usage: jar {ctxui}[vfm0Me] [jar-file] [manifest-file] [entry-point] [-C dir] files ...\n\ +Usage: jar {ctxui}[vfmn0Me] [jar-file] [manifest-file] [entry-point] [-C dir] files ...\n\ Options:\n\ \ \ -c create new archive\n\ \ \ -t list table of contents for archive\n\ @@ -75,6 +77,7 @@ \ \ -v generate verbose output on standard output\n\ \ \ -f specify archive file name\n\ \ \ -m include manifest information from specified manifest file\n\ +\ \ -n perform Pack200 normalization after creating a new archive\n\ \ \ -e specify application entry point for stand-alone application \n\ \ \ bundled into an executable jar file\n\ \ \ -0 store only; use no ZIP compression\n\