< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties

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

*** 22,49 **** err.cant.find.module=Cannot find module {0} err.cant.find.module.ex=Problem finding module {0}: {1} main.usage.summary=\ Usage: {0} <options> <classes>\n\ ! use -help for a list of possible options warn.prefix=Warning: warn.unexpected.class=File {0} does not contain class {1} note.prefix=Note: main.usage.summary=\ Usage: {0} <options> <classes>\n\ ! use -help for a list of possible options main.usage=\ Usage: {0} <options> <classes>\n\ where possible options include: main.opt.help=\ ! \ -help --help -? Print this usage message main.opt.version=\ \ -version Version information main.opt.v=\ --- 22,49 ---- err.cant.find.module=Cannot find module {0} err.cant.find.module.ex=Problem finding module {0}: {1} main.usage.summary=\ Usage: {0} <options> <classes>\n\ ! use --help for a list of possible options warn.prefix=Warning: warn.unexpected.class=File {0} does not contain class {1} note.prefix=Note: main.usage.summary=\ Usage: {0} <options> <classes>\n\ ! use --help for a list of possible options main.usage=\ Usage: {0} <options> <classes>\n\ where possible options include: main.opt.help=\ ! \ -? -h --help -help Print this help message main.opt.version=\ \ -version Version information main.opt.v=\
< prev index next >