langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 41852 448273b190ad
parent 41641 a628785b9dd9
child 41858 5843b57ce3a6
equal deleted inserted replaced
41643:df0e03e3ca0e 41852:448273b190ad
   156 
   156 
   157 help.usage = \
   157 help.usage = \
   158 Usage:   jshell <options> <load files>\n\
   158 Usage:   jshell <options> <load files>\n\
   159 where possible options include:\n\
   159 where possible options include:\n\
   160 \    --class-path <path>   Specify where to find user class files\n\
   160 \    --class-path <path>   Specify where to find user class files\n\
       
   161 \    --module-path <path>  Specify where to find application modules\n\
       
   162 \    --add-modules <module>(,<module>)*\n\
       
   163 \                          Specify modules to resolve, or all modules on the\n\
       
   164 \                           module path if <module> is ALL-MODULE-PATHs\n\
   161 \    --startup <file>      One run replacement for the start-up definitions\n\
   165 \    --startup <file>      One run replacement for the start-up definitions\n\
   162 \    --no-startup          Do not run the start-up definitions\n\
   166 \    --no-startup          Do not run the start-up definitions\n\
   163 \    --feedback <mode>     Specify the initial feedback mode. The mode may be\n\
   167 \    --feedback <mode>     Specify the initial feedback mode. The mode may be\n\
   164 \                           predefined (silent, concise, normal, or verbose) or\n\
   168 \                           predefined (silent, concise, normal, or verbose) or\n\
   165 \                           previously user-defined\n\
   169 \                           previously user-defined\n\
   314 Save any work before using this command
   318 Save any work before using this command
   315 
   319 
   316 help.reload.summary = reset and replay relevant history -- current or previous (-restore)
   320 help.reload.summary = reset and replay relevant history -- current or previous (-restore)
   317 help.reload.args = [-restore] [-quiet]
   321 help.reload.args = [-restore] [-quiet]
   318 help.reload =\
   322 help.reload =\
   319 Reset the jshell tool code and execution state then replay each\n\
   323 Reset the jshell tool code and execution state then replay each valid snippet\n\
   320 jshell valid command and valid snippet in the order they were entered.\n\
   324 and any /drop or /classpath commands in the order they were entered.\n\
   321 \n\
   325 \n\
   322 /reload\n\t\
   326 /reload\n\t\
   323      Reset and replay the valid history since jshell was entered, or\n\t\
   327      Reset and replay the valid history since jshell was entered, or\n\t\
   324      a /reset, or /reload command was executed -- whichever is most\n\t\
   328      a /reset, or /reload command was executed -- whichever is most\n\t\
   325      recent.\n\n\
   329      recent.\n\n\