< prev index next >

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

Print this page
rev 47329 : 8189102: All tools should support -?, -h and --help


 269 \      --hash-modules=PATTERN Compute and record the hashes of modules \n\
 270 \                             matched by the given pattern and that depend upon\n\
 271 \                             directly or indirectly on a modular jar being\n\
 272 \                             created or a non-modular jar being updated
 273 main.help.opt.create.update.module-path=\
 274 \  -p, --module-path          Location of module dependence for generating\n\
 275 \                             the hash
 276 main.help.opt.create.update.do-not-resolve-by-default=\
 277 \      --do-not-resolve-by-default  Exclude from the default root set of modules
 278 main.help.opt.create.update.warn-if-resolved=\
 279 \      --warn-if-resolved     Hint for a tool to issue a warning if the module\n\
 280 \                             is resolved. One of deprecated, deprecated-for-removal,\n\
 281 \                             or incubating
 282 main.help.opt.create.update.index=\
 283 \ Operation modifiers valid only in create, update, and generate-index mode:\n
 284 main.help.opt.create.update.index.no-compress=\
 285 \  -0, --no-compress          Store only; use no ZIP compression
 286 main.help.opt.other=\
 287 \ Other options:\n
 288 main.help.opt.other.help=\
 289 \  -h, --help[:compat]        Give this, or optionally the compatibility, help
 290 main.help.opt.other.help-extra=\
 291 \      --help-extra           Give help on extra options
 292 main.help.opt.other.version=\
 293 \      --version              Print program version
 294 main.help.postopt=\
 295 \ An archive is a modular jar if a module descriptor, 'module-info.class', is\n\
 296 \ located in the root of the given directories, or the root of the jar archive\n\
 297 \ itself. The following operations are only valid when creating a modular jar,\n\
 298 \ or updating an existing non-modular jar: '--module-version',\n\
 299 \ '--hash-modules', and '--module-path'.\n\
 300 \n\
 301 \ Mandatory or optional arguments to long options are also mandatory or optional\n\
 302 \ for any corresponding short options.


 269 \      --hash-modules=PATTERN Compute and record the hashes of modules \n\
 270 \                             matched by the given pattern and that depend upon\n\
 271 \                             directly or indirectly on a modular jar being\n\
 272 \                             created or a non-modular jar being updated
 273 main.help.opt.create.update.module-path=\
 274 \  -p, --module-path          Location of module dependence for generating\n\
 275 \                             the hash
 276 main.help.opt.create.update.do-not-resolve-by-default=\
 277 \      --do-not-resolve-by-default  Exclude from the default root set of modules
 278 main.help.opt.create.update.warn-if-resolved=\
 279 \      --warn-if-resolved     Hint for a tool to issue a warning if the module\n\
 280 \                             is resolved. One of deprecated, deprecated-for-removal,\n\
 281 \                             or incubating
 282 main.help.opt.create.update.index=\
 283 \ Operation modifiers valid only in create, update, and generate-index mode:\n
 284 main.help.opt.create.update.index.no-compress=\
 285 \  -0, --no-compress          Store only; use no ZIP compression
 286 main.help.opt.other=\
 287 \ Other options:\n
 288 main.help.opt.other.help=\
 289 \  -?, -h, --help[:compat]    Give this, or optionally the compatibility, help
 290 main.help.opt.other.help-extra=\
 291 \      --help-extra           Give help on extra options
 292 main.help.opt.other.version=\
 293 \      --version              Print program version
 294 main.help.postopt=\
 295 \ An archive is a modular jar if a module descriptor, 'module-info.class', is\n\
 296 \ located in the root of the given directories, or the root of the jar archive\n\
 297 \ itself. The following operations are only valid when creating a modular jar,\n\
 298 \ or updating an existing non-modular jar: '--module-version',\n\
 299 \ '--hash-modules', and '--module-path'.\n\
 300 \n\
 301 \ Mandatory or optional arguments to long options are also mandatory or optional\n\
 302 \ for any corresponding short options.
< prev index next >