langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 40588 b5c32bfa9710
parent 38615 9221159d84fb
child 40598 821b945fc942
equal deleted inserted replaced
40587:1c355ea550ed 40588:b5c32bfa9710
    24 #
    24 #
    25 
    25 
    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.arg = Argument to {0} missing.
    30 jshell.err.opt.classpath.arg = Argument to -classpath missing.
    30 jshell.err.opt.invalid = Invalid options: {0}.
    31 jshell.err.opt.feedback.arg = Argument to -feedback missing. Mode required.
    31 jshell.err.opt.one = Only one {0} option may be used.
    32 jshell.err.opt.startup.one = Only one -startup or -nostartup option may be used.
    32 jshell.err.opt.startup.one = Only one --startup or --no-startup option may be used.
       
    33 jshell.err.opt.feedback.one = Only one feedback option (--feedback, -q, -s, or -v) may be used.
    33 jshell.err.opt.unknown = Unknown option: {0}
    34 jshell.err.opt.unknown = Unknown option: {0}
    34 
    35 
    35 jshell.msg.terminated =\
    36 jshell.msg.terminated =\
    36 State engine terminated.\n\
    37 State engine terminated.\n\
    37 Restore definitions with: /reload -restore
    38 Restore definitions with: /reload -restore
   146 
   147 
   147 
   148 
   148 help.usage = \
   149 help.usage = \
   149 Usage:   jshell <options> <load files>\n\
   150 Usage:   jshell <options> <load files>\n\
   150 where possible options include:\n\
   151 where possible options include:\n\
   151 \    -classpath <path>    Specify where to find user class files\n\
   152 \    --class-path <path>   Specify where to find user class files\n\
   152 \    -cp <path>           Specify where to find user class files\n\
   153 \    --startup <file>      One run replacement for the start-up definitions\n\
   153 \    -startup <file>      One run replacement for the start-up definitions\n\
   154 \    --no-startup          Do not run the start-up definitions\n\
   154 \    -nostartup           Do not run the start-up definitions\n\
   155 \    --feedback <mode>     Specify the initial feedback mode. The mode may be\n\
   155 \    -feedback <mode>     Specify the initial feedback mode. The mode may be\n\
   156 \                           predefined (silent, concise, normal, or verbose) or\n\
   156 \                         predefined (silent, concise, normal, or verbose) or\n\
   157 \                           previously user-defined\n\
   157 \                         previously user-defined\n\
   158 \    -q                    Quiet feedback.  Same as: --feedback concise\n\
   158 \    -q                   Quiet feedback.  Same as: -feedback concise\n\
   159 \    -s                    Really quiet feedback.  Same as: --feedback silent\n\
   159 \    -qq                  Really quiet feedback.  Same as: -feedback silent\n\
   160 \    -v                    Verbose feedback.  Same as: --feedback verbose\n\
   160 \    -v                   Verbose feedback.  Same as: -feedback verbose\n\
   161 \    -J<flag>              Pass <flag> directly to the runtime system.\n\
   161 \    -J<flag>             Pass <flag> directly to the runtime system.\n\
   162 \                            Use one -J for each runtime flag or flag argument\n\
   162 \                         Use one -J for each runtime flag or flag argument\n\
   163 \    -R<flag>              Pass <flag> to the remote runtime system.\n\
   163 \    -R<flag>             Pass <flag> to the remote runtime system.\n\
   164 \                            Use one -R for each remote flag or flag argument\n\
   164 \                         Use one -R for each remote flag or flag argument\n\
   165 \    --help                Print this synopsis of standard options\n\
   165 \    -help                Print this synopsis of standard options\n\
   166 \    --version             Version information\n
   166 \    -version             Version information\n
       
   167 
   167 
   168 help.list.summary = list the source you have typed
   168 help.list.summary = list the source you have typed
   169 help.list.args = [<name or id>|-all|-start]
   169 help.list.args = [<name or id>|-all|-start]
   170 help.list =\
   170 help.list =\
   171 Show the source of snippets, prefaced with the snippet id.\n\
   171 Show the source of snippets, prefaced with the snippet id.\n\