--- a/langtools/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties Tue Dec 03 23:10:23 2013 -0800
+++ b/langtools/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties Wed Dec 04 15:39:36 2013 -0800
@@ -59,10 +59,19 @@
main.opt.dotoutput=\
\ -dotoutput <dir> Destination directory for DOT file output
+main.opt.jdkinternals=\
+\ -jdkinternals Finds class-level dependences on JDK internal APIs.\n\
+\ By default, it analyzes all classes on -classpath\n\
+\ and input files unless -include option is specified.\n\
+\ This option cannot be used with -p, -e and -s options.\n\
+\ WARNING: JDK internal APIs may not be accessible in\n\
+\ the next release.
+
main.opt.depth=\
\ -depth=<depth> Specify the depth of the transitive\n\
\ dependency analysis
+
err.unknown.option=unknown option: {0}
err.missing.arg=no value given for {0}
err.internal.error=internal error: {0} {1} {2}