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

changeset 2214
4a2ed1900428
parent 2139
defadd528513
child 2525
2eb010b6cb22
child 2538
1e39ae45d8ac
     1.1 --- a/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties	Tue Dec 03 23:10:23 2013 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties	Wed Dec 04 15:39:36 2013 -0800
     1.3 @@ -59,10 +59,19 @@
     1.4  main.opt.dotoutput=\
     1.5  \  -dotoutput <dir>                   Destination directory for DOT file output
     1.6  
     1.7 +main.opt.jdkinternals=\
     1.8 +\  -jdkinternals                      Finds class-level dependences on JDK internal APIs.\n\
     1.9 +\                                     By default, it analyzes all classes on -classpath\n\
    1.10 +\                                     and input files unless -include option is specified.\n\
    1.11 +\                                     This option cannot be used with -p, -e and -s options.\n\
    1.12 +\                                     WARNING: JDK internal APIs may not be accessible in\n\
    1.13 +\                                     the next release.
    1.14 +
    1.15  main.opt.depth=\
    1.16  \  -depth=<depth>                     Specify the depth of the transitive\n\
    1.17  \                                     dependency analysis
    1.18  
    1.19 +
    1.20  err.unknown.option=unknown option: {0}
    1.21  err.missing.arg=no value given for {0}
    1.22  err.internal.error=internal error: {0} {1} {2}

mercurial