< prev index next >

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

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


  24 
  25 main.usage.summary=\
  26 Usage: {0} <options> <classes>\n\
  27 use -help for a list of possible options
  28 
  29 warn.prefix=Warning:
  30 warn.unexpected.class=File {0} does not contain class {1}
  31 
  32 note.prefix=Note:
  33 
  34 main.usage.summary=\
  35 Usage: {0} <options> <classes>\n\
  36 use -help for a list of possible options
  37 
  38 main.usage=\
  39 Usage: {0} <options> <classes>\n\
  40 where possible options include:
  41 
  42 
  43 main.opt.help=\
  44 \  -help  --help  -?                Print this usage message
  45 
  46 main.opt.version=\
  47 \  -version                         Version information
  48 
  49 main.opt.v=\
  50 \  -v  -verbose                     Print additional information
  51 
  52 main.opt.l=\
  53 \  -l                               Print line number and local variable tables
  54 
  55 main.opt.public=\
  56 \  -public                          Show only public classes and members
  57 
  58 main.opt.protected=\
  59 \  -protected                       Show protected/public classes and members
  60 
  61 main.opt.package=\
  62 \  -package                         Show package/protected/public classes\n\
  63 \                                   and members (default)
  64 




  24 
  25 main.usage.summary=\
  26 Usage: {0} <options> <classes>\n\
  27 use -help for a list of possible options
  28 
  29 warn.prefix=Warning:
  30 warn.unexpected.class=File {0} does not contain class {1}
  31 
  32 note.prefix=Note:
  33 
  34 main.usage.summary=\
  35 Usage: {0} <options> <classes>\n\
  36 use -help for a list of possible options
  37 
  38 main.usage=\
  39 Usage: {0} <options> <classes>\n\
  40 where possible options include:
  41 
  42 
  43 main.opt.help=\
  44 \  -? -h --help                     Print this usage message
  45 
  46 main.opt.version=\
  47 \  -version                         Version information
  48 
  49 main.opt.v=\
  50 \  -v  -verbose                     Print additional information
  51 
  52 main.opt.l=\
  53 \  -l                               Print line number and local variable tables
  54 
  55 main.opt.public=\
  56 \  -public                          Show only public classes and members
  57 
  58 main.opt.protected=\
  59 \  -protected                       Show protected/public classes and members
  60 
  61 main.opt.package=\
  62 \  -package                         Show package/protected/public classes\n\
  63 \                                   and members (default)
  64 


< prev index next >