mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[Java. Terminal] Put all names in 3rd singular for descriptions of options of java command
IDEA-359243 GitOrigin-RevId: 8c6eb69315b9800d3083030afa6ef5af16987537
This commit is contained in:
committed by
intellij-monorepo-bot
parent
64e6daa2b6
commit
0ca121ea97
@@ -1,10 +1,10 @@
|
||||
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.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=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.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
|
||||
|
||||
Reference in New Issue
Block a user