langtools/src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties
changeset 5850 6f095ff5b469
parent 5848 c5a4ce47e780
child 7681 1f0819a3341f
equal deleted inserted replaced
5849:04edd7910585 5850:6f095ff5b469
    47   -extdirs <dirlist>        Override location of installed extensions\n\
    47   -extdirs <dirlist>        Override location of installed extensions\n\
    48   -verbose                  Output messages about what Javadoc is doing\n\
    48   -verbose                  Output messages about what Javadoc is doing\n\
    49   -locale <name>            Locale to be used, e.g. en_US or en_US_WIN\n\
    49   -locale <name>            Locale to be used, e.g. en_US or en_US_WIN\n\
    50   -encoding <name>          Source file encoding name\n\
    50   -encoding <name>          Source file encoding name\n\
    51   -quiet                    Do not display status messages\n\
    51   -quiet                    Do not display status messages\n\
    52   -J<flag>                  Pass <flag> directly to the runtime system\n
    52   -J<flag>                  Pass <flag> directly to the runtime system\n\
       
    53   -X                        Print a synopsis of nonstandard options\n
       
    54 main.Xusage=\
       
    55   -Xmaxerrs <number>        Set the maximum number of errors to print\n\
       
    56   -Xmaxwarns <number>       Set the maximum number of warnings to print\n\
       
    57 \n\
       
    58 These options are non-standard and subject to change without notice.
    53 main.option.already.seen=The {0} option may be specified no more than once.
    59 main.option.already.seen=The {0} option may be specified no more than once.
    54 main.requires_argument=option {0} requires an argument.
    60 main.requires_argument=option {0} requires an argument.
    55 main.locale_first=option -locale must be first on the command line.
    61 main.locale_first=option -locale must be first on the command line.
    56 main.invalid_flag=invalid flag: {0}
    62 main.invalid_flag=invalid flag: {0}
    57 main.No_packages_or_classes_specified=No packages or classes specified.
    63 main.No_packages_or_classes_specified=No packages or classes specified.