< prev index next >

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

Print this page
rev 48243 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
   1 #
   2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 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.
   1 #
   2 # Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 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 >