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

changeset 2214
4a2ed1900428
parent 2139
defadd528513
child 2525
2eb010b6cb22
child 2538
1e39ae45d8ac
equal deleted inserted replaced
2213:1b69023743be 2214:4a2ed1900428
57 \ checked exception types etc 57 \ checked exception types etc
58 58
59 main.opt.dotoutput=\ 59 main.opt.dotoutput=\
60 \ -dotoutput <dir> Destination directory for DOT file output 60 \ -dotoutput <dir> Destination directory for DOT file output
61 61
62 main.opt.jdkinternals=\
63 \ -jdkinternals Finds class-level dependences on JDK internal APIs.\n\
64 \ By default, it analyzes all classes on -classpath\n\
65 \ and input files unless -include option is specified.\n\
66 \ This option cannot be used with -p, -e and -s options.\n\
67 \ WARNING: JDK internal APIs may not be accessible in\n\
68 \ the next release.
69
62 main.opt.depth=\ 70 main.opt.depth=\
63 \ -depth=<depth> Specify the depth of the transitive\n\ 71 \ -depth=<depth> Specify the depth of the transitive\n\
64 \ dependency analysis 72 \ dependency analysis
73
65 74
66 err.unknown.option=unknown option: {0} 75 err.unknown.option=unknown option: {0}
67 err.missing.arg=no value given for {0} 76 err.missing.arg=no value given for {0}
68 err.internal.error=internal error: {0} {1} {2} 77 err.internal.error=internal error: {0} {1} {2}
69 err.invalid.arg.for.option=invalid argument for option: {0} 78 err.invalid.arg.for.option=invalid argument for option: {0}

mercurial