< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties

Print this page
rev 48243 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini


  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
  23 # questions.
  24 #
  25 
  26 main.usage.summary=\
  27 Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
  28 \Use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
  32 \Possible options include:
  33 
  34 main.opt.help=\
  35 \  -h, --help                            Print this help message
  36 
  37 main.opt.version=\
  38 \      --version                         Version information
  39 
  40 main.opt.module-path=\
  41 \  -p, --module-path <path>              Module path
  42 
  43 main.opt.add-modules=\
  44 \      --add-modules <mod>[,<mod>...]    Root modules to resolve
  45 
  46 main.opt.limit-modules=\
  47 \      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
  48 \                                        modules
  49 
  50 main.opt.output=\
  51 \      --output <path>                   Location of output path
  52 
  53 main.opt.launcher=\
  54 \      --launcher <name>=<module>[/<mainclass>]\n\
  55 \                                        Add a launcher command of the given\n\




  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
  23 # questions.
  24 #
  25 
  26 main.usage.summary=\
  27 Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
  28 \Use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} <options> --module-path <modulepath> --add-modules <module>[,<module>...]\n\
  32 \Possible options include:
  33 
  34 main.opt.help=\
  35 \  -h, --help, -?                        Print this help message
  36 
  37 main.opt.version=\
  38 \      --version                         Version information
  39 
  40 main.opt.module-path=\
  41 \  -p, --module-path <path>              Module path
  42 
  43 main.opt.add-modules=\
  44 \      --add-modules <mod>[,<mod>...]    Root modules to resolve
  45 
  46 main.opt.limit-modules=\
  47 \      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
  48 \                                        modules
  49 
  50 main.opt.output=\
  51 \      --output <path>                   Location of output path
  52 
  53 main.opt.launcher=\
  54 \      --launcher <name>=<module>[/<mainclass>]\n\
  55 \                                        Add a launcher command of the given\n\


< prev index next >