8178520: jshell tool: /help /save -- incorrect description of /save -start
authorrfield
Thu, 13 Apr 2017 14:11:33 -0700
changeset 44687 461453f51399
parent 44686 bdc14701b969
child 44688 7ef050121b50
8178520: jshell tool: /help /save -- incorrect description of /save -start Reviewed-by: jlahoda
langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
--- a/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties	Thu Apr 13 16:26:29 2017 +0000
+++ b/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties	Thu Apr 13 14:11:33 2017 -0700
@@ -264,7 +264,7 @@
 /save -history <file>\n\t\
     Save the sequential history of all commands and snippets entered since jshell was launched.\n\n\
 /save -start <file>\n\t\
-    Save the default start-up definitions to the file.
+    Save the current start-up definitions to the file.
 
 help.open.summary = open a file as source input
 help.open.args = <file>