Files
openide/java/java-terminal/resources/messages/JavaTerminalBundle.properties
Georgii Ustinov 119e11f46f [Java. Terminal] Move used argument names to OPTION_UI_INFO_MAP in JavaShellCommandSpecsProvider
IDEA-359564

GitOrigin-RevId: e05e2c6e620c570b54ae9d21bf6ba59cdcb771e9
2024-10-02 17:20:57 +00:00

11 lines
911 B
INI

java.command.terminal.description=Runs java.
java.command.terminal.help.option.description=Print help message to the {0} stream.
java.command.terminal.jar.option.description=Launch the main class in a JAR file.
java.command.terminal.version.option.description=Print the product version to the {0} stream and exit.
java.command.terminal.classpath.option.description=Class search path of directories and zip/jar files.
java.command.terminal.show.version.option.description=Print the product version to the {0} stream and continue.
java.command.terminal.dry.run.option.description=Create VM and load the main class but do not execute the main method.
java.command.terminal.enable.preview.option.description=Allows classes to depend on preview features of the release.
java.command.terminal.verbose.option.description=Enables verbose output for the given subsystem.
error.stream.name=error
output.stream.name=output