langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 42821 e5eee1c92be0
parent 41992 720257f5307d
child 42823 58864b03c7b9
equal deleted inserted replaced
42820:ae6d3b80c89c 42821:e5eee1c92be0
   261     with '-' to disable checks for the specified package or packages.
   261     with '-' to disable checks for the specified package or packages.
   262 
   262 
   263 javac.opt.Xstdout=\
   263 javac.opt.Xstdout=\
   264     Redirect standard output
   264     Redirect standard output
   265 javac.opt.X=\
   265 javac.opt.X=\
   266     Print a synopsis of nonstandard options
   266     Print help on extra options
   267 javac.opt.help=\
   267 javac.opt.help=\
   268     Print a synopsis of standard options
   268     Print this help message
   269 javac.opt.print=\
   269 javac.opt.print=\
   270     Print out a textual representation of specified types
   270     Print out a textual representation of specified types
   271 javac.opt.printRounds=\
   271 javac.opt.printRounds=\
   272     Print information about rounds of annotation processing
   272     Print information about rounds of annotation processing
   273 javac.opt.printProcessorInfo=\
   273 javac.opt.printProcessorInfo=\
   373 javac.msg.usage=\
   373 javac.msg.usage=\
   374     Usage: {0} <options> <source files>\n\
   374     Usage: {0} <options> <source files>\n\
   375     use --help for a list of possible options
   375     use --help for a list of possible options
   376 
   376 
   377 javac.msg.usage.nonstandard.footer=\
   377 javac.msg.usage.nonstandard.footer=\
   378 These options are non-standard and subject to change without notice.
   378 These extra options are subject to change without notice.
   379 
   379 
   380 javac.msg.bug=\
   380 javac.msg.bug=\
   381 An exception has occurred in the compiler ({0}). \
   381 An exception has occurred in the compiler ({0}). \
   382 Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) \
   382 Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) \
   383 after checking the Bug Database (http://bugs.java.com) for duplicates. \
   383 after checking the Bug Database (http://bugs.java.com) for duplicates. \