< prev index next >

src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties

Print this page
rev 51866 : 6194856: Zip Files lose ALL ownership and permissions of the files

@@ -247,10 +247,13 @@
 \                             stdout is used based on the operation\n\
 \      --release VERSION      Places all following files in a versioned directory\n\
 \                             of the jar (i.e. META-INF/versions/VERSION/)
 main.help.opt.any.verbose=\
 \  -v, --verbose              Generate verbose output on standard output
+main.help.opt.any.preserve-posix=\
+\  -o, --preserve-posix       Preserve Posix file permissions when working on a\n\
+\                             Posix file system
 main.help.opt.create=\
 \ Operation modifiers valid only in create mode:\n
 main.help.opt.create.normalize=\
 \  -n, --normalize            Normalize information in the new jar archive\n\
 \                             after creation. This option is deprecated, and is\n\
< prev index next >