changeset 4101:b51c0ba6fd8f

8178520: jshell tool: /help /save -- incorrect description of /save -start Reviewed-by: jlahoda
author rfield
date Thu, 13 Apr 2017 14:11:33 -0700
parents 42705de602d7
children ad2910e96239
files src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties	Thu Apr 13 16:26:29 2017 +0000
+++ b/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>