langtools/src/share/classes/com/sun/tools/javap/resources/javap.properties
changeset 3538 f2f87f1bc5ad
parent 2987 2e0ca9f4893d
child 3544 c6d0f086397f
equal deleted inserted replaced
3537:89c8080abf48 3538:f2f87f1bc5ad
    17 err.unknown.option=unknown option: {0}
    17 err.unknown.option=unknown option: {0}
    18 err.verify.not.supported=-verify not supported
    18 err.verify.not.supported=-verify not supported
    19 err.no.SourceFile.attribute=no SourceFile attribute
    19 err.no.SourceFile.attribute=no SourceFile attribute
    20 err.source.file.not.found=source file not found
    20 err.source.file.not.found=source file not found
    21 warn.Xold.not.supported=-Xold is no longer available
    21 warn.Xold.not.supported=-Xold is no longer available
       
    22 
       
    23 main.usage.summary=\
       
    24 Usage: {0} <options> <classes>\n\
       
    25 use -help for a list of possible options
       
    26 
       
    27 warn.prefix=Warning:
       
    28 warn.unexpected.class=Binary file {0} contains {1}
       
    29 
       
    30 note.prefix=Note:
    22 
    31 
    23 main.usage.summary=\
    32 main.usage.summary=\
    24 Usage: {0} <options> <classes>\n\
    33 Usage: {0} <options> <classes>\n\
    25 use -help for a list of possible options
    34 use -help for a list of possible options
    26 
    35