langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 37745 4b6b59f8e327
parent 37644 33cf53901cac
child 38513 0ae85633d035
equal deleted inserted replaced
37744:bf4fd5e022c5 37745:4b6b59f8e327
    26 jshell.msg.welcome =\
    26 jshell.msg.welcome =\
    27 Welcome to JShell -- Version {0}\n\
    27 Welcome to JShell -- Version {0}\n\
    28 For an introduction type: /help intro\n
    28 For an introduction type: /help intro\n
    29 jshell.err.opt.classpath.conflict = Conflicting -classpath option.
    29 jshell.err.opt.classpath.conflict = Conflicting -classpath option.
    30 jshell.err.opt.classpath.arg = Argument to -classpath missing.
    30 jshell.err.opt.classpath.arg = Argument to -classpath missing.
       
    31 jshell.err.opt.feedback.arg = Argument to -feedback missing. Mode required.
    31 jshell.err.opt.startup.conflict = Conflicting -startup or -nostartup option.
    32 jshell.err.opt.startup.conflict = Conflicting -startup or -nostartup option.
    32 jshell.err.opt.unknown = Unknown option: {0}
    33 jshell.err.opt.unknown = Unknown option: {0}
    33 
    34 
    34 jshell.msg.terminated =\
    35 jshell.msg.terminated =\
    35 State engine terminated.\n\
    36 State engine terminated.\n\
   126 jshell.console.incomplete = \nResults may be incomplete; try again later for complete results.
   127 jshell.console.incomplete = \nResults may be incomplete; try again later for complete results.
   127 
   128 
   128 
   129 
   129 help.usage = \
   130 help.usage = \
   130 Usage:   jshell <options> <load files>\n\
   131 Usage:   jshell <options> <load files>\n\
   131 where possible options include:\n\t\
   132 where possible options include:\n\
   132   -classpath <path>          Specify where to find user class files\n\t\
   133 \    -classpath <path>    Specify where to find user class files\n\
   133   -cp <path>                 Specify where to find user class files\n\t\
   134 \    -cp <path>           Specify where to find user class files\n\
   134   -startup <file>            One run replacement for the start-up definitions\n\t\
   135 \    -startup <file>      One run replacement for the start-up definitions\n\
   135   -nostartup                 Do not run the start-up definitions\n\t\
   136 \    -nostartup           Do not run the start-up definitions\n\
   136   -help                      Print a synopsis of standard options\n\t\
   137 \    -feedback <mode>     Specify the initial feedback mode. The mode may be\n\
   137   -version                   Version information\n
   138 \                         predefined (silent, concise, normal, or verbose) or\n\
       
   139 \                         previously user-defined\n\
       
   140 \    -q                   Quiet feedback.  Same as: -feedback concise\n\
       
   141 \    -qq                  Really quiet feedback.  Same as: -feedback silent\n\
       
   142 \    -v                   Verbose feedback.  Same as: -feedback verbose\n\
       
   143 \    -J<flag>             Pass <flag> directly to the runtime system.\n\
       
   144 \                         Use one -J for each runtime flag or flag argument\n\
       
   145 \    -R<flag>             Pass <flag> to the remote runtime system.\n\
       
   146 \                         Use one -R for each remote flag or flag argument\n\
       
   147 \    -help                Print this synopsis of standard options\n\
       
   148 \    -version             Version information\n
   138 
   149 
   139 help.list.summary = list the source you have typed
   150 help.list.summary = list the source you have typed
   140 help.list.args = [all|start|<name or id>]
   151 help.list.args = [all|start|<name or id>]
   141 help.list =\
   152 help.list =\
   142 Show the source of snippets, prefaced with the snippet id.\n\
   153 Show the source of snippets, prefaced with the snippet id.\n\