Files
openide/java/java-terminal/resources/messages/JavaTerminalBundle.properties
Georgii Ustinov 0ca121ea97 [Java. Terminal] Put all names in 3rd singular for descriptions of options of java command
IDEA-359243

GitOrigin-RevId: 8c6eb69315b9800d3083030afa6ef5af16987537
2024-10-10 17:43:33 +00:00

11 lines
921 B
INI

java.command.terminal.description=Runs java.
java.command.terminal.help.option.description=Prints the help message to the {0} stream.
java.command.terminal.jar.option.description=Launches the main class in a JAR file.
java.command.terminal.version.option.description=Prints 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=Prints the product version to the {0} stream and continue.
java.command.terminal.dry.run.option.description=Creates 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