< 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


 232 main.help.opt.main.list=\
 233 \  -t, --list                 List the table of contents for the archive
 234 main.help.opt.main.update=\
 235 \  -u, --update               Update an existing jar archive
 236 main.help.opt.main.extract=\
 237 \  -x, --extract              Extract named (or all) files from the archive
 238 main.help.opt.main.describe-module=\
 239 \  -d, --describe-module      Print the module descriptor, or automatic module name
 240 main.help.opt.any=\
 241 \ Operation modifiers valid in any mode:\n\
 242 \n\
 243 \  -C DIR                     Change to the specified directory and include the\n\
 244 \                             following file
 245 main.help.opt.any.file=\
 246 \  -f, --file=FILE            The archive file name. When omitted, either stdin or\n\
 247 \                             stdout is used based on the operation\n\
 248 \      --release VERSION      Places all following files in a versioned directory\n\
 249 \                             of the jar (i.e. META-INF/versions/VERSION/)
 250 main.help.opt.any.verbose=\
 251 \  -v, --verbose              Generate verbose output on standard output



 252 main.help.opt.create=\
 253 \ Operation modifiers valid only in create mode:\n
 254 main.help.opt.create.normalize=\
 255 \  -n, --normalize            Normalize information in the new jar archive\n\
 256 \                             after creation. This option is deprecated, and is\n\
 257 \                             planned for removal in a future JDK release
 258 main.help.opt.create.update=\
 259 \ Operation modifiers valid only in create and update mode:\n
 260 main.help.opt.create.update.main-class=\
 261 \  -e, --main-class=CLASSNAME The application entry point for stand-alone\n\
 262 \                             applications bundled into a modular, or executable,\n\
 263 \                             jar archive
 264 main.help.opt.create.update.manifest=\
 265 \  -m, --manifest=FILE        Include the manifest information from the given\n\
 266 \                             manifest file
 267 main.help.opt.create.update.no-manifest=\
 268 \  -M, --no-manifest          Do not create a manifest file for the entries
 269 main.help.opt.create.update.module-version=\
 270 \      --module-version=VERSION    The module version, when creating a modular\n\
 271 \                             jar, or updating a non-modular jar




 232 main.help.opt.main.list=\
 233 \  -t, --list                 List the table of contents for the archive
 234 main.help.opt.main.update=\
 235 \  -u, --update               Update an existing jar archive
 236 main.help.opt.main.extract=\
 237 \  -x, --extract              Extract named (or all) files from the archive
 238 main.help.opt.main.describe-module=\
 239 \  -d, --describe-module      Print the module descriptor, or automatic module name
 240 main.help.opt.any=\
 241 \ Operation modifiers valid in any mode:\n\
 242 \n\
 243 \  -C DIR                     Change to the specified directory and include the\n\
 244 \                             following file
 245 main.help.opt.any.file=\
 246 \  -f, --file=FILE            The archive file name. When omitted, either stdin or\n\
 247 \                             stdout is used based on the operation\n\
 248 \      --release VERSION      Places all following files in a versioned directory\n\
 249 \                             of the jar (i.e. META-INF/versions/VERSION/)
 250 main.help.opt.any.verbose=\
 251 \  -v, --verbose              Generate verbose output on standard output
 252 main.help.opt.any.preserve-posix=\
 253 \  -o, --preserve-posix       Preserve Posix file permissions when working on a\n\
 254 \                             Posix file system
 255 main.help.opt.create=\
 256 \ Operation modifiers valid only in create mode:\n
 257 main.help.opt.create.normalize=\
 258 \  -n, --normalize            Normalize information in the new jar archive\n\
 259 \                             after creation. This option is deprecated, and is\n\
 260 \                             planned for removal in a future JDK release
 261 main.help.opt.create.update=\
 262 \ Operation modifiers valid only in create and update mode:\n
 263 main.help.opt.create.update.main-class=\
 264 \  -e, --main-class=CLASSNAME The application entry point for stand-alone\n\
 265 \                             applications bundled into a modular, or executable,\n\
 266 \                             jar archive
 267 main.help.opt.create.update.manifest=\
 268 \  -m, --manifest=FILE        Include the manifest information from the given\n\
 269 \                             manifest file
 270 main.help.opt.create.update.no-manifest=\
 271 \  -M, --no-manifest          Do not create a manifest file for the entries
 272 main.help.opt.create.update.module-version=\
 273 \      --module-version=VERSION    The module version, when creating a modular\n\
 274 \                             jar, or updating a non-modular jar


< prev index next >