--- old/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties 2017-11-14 19:00:13.187407916 -0800 +++ new/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties 2017-11-14 19:00:12.853399342 -0800 @@ -108,6 +108,10 @@ jshell.err.end.snippet.range.less.than.start = End of snippet range less than start: {0} - {1} jshell.err.range.requires.id = Snippet ranges require snippet ids: {0} +jshell.err.exit.not.expression = The argument to /exit must be a valid integer expression, it is not an expression: {0} +jshell.err.exit.bad.type = The argument to /exit must be a valid integer expression. The type is {1} : {0} +jshell.err.exit.bad.value = The argument to /exit has bad value is {1} : {0} + jshell.err.drop.arg =\ In the /drop argument, please specify an import, variable, method, or class to drop.\n\ Specify by id or name. Use /list to see ids. Use /reset to reset all state. @@ -115,6 +119,7 @@ jshell.msg.native.method = Native Method jshell.msg.unknown.source = Unknown Source jshell.msg.goodbye = Goodbye +jshell.msg.goodbye.value = Goodbye ({0}) jshell.msg.help.for.help = Type /help for help. @@ -378,10 +383,17 @@ List the current active jshell imports. help.exit.summary = exit jshell -help.exit.args = +help.exit.args =[] help.exit =\ Leave the jshell tool. No work is saved.\n\ -Save any work before using this command +Save any work before using this command\n\ +\n\ +/exit\n\t\ + Leave the jshell tool. The exit status is zero.\n\n\ +/exit \n\t\ + Evaluate the snippet. If the snippet fails or is not an integer expression,\n\t\ + display the error. Otherwise leave the jshell tool with the\n\t\ + value of the expression as the exit status help.reset.summary = reset jshell help.reset.args = \