[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:
Georgii Ustinov
2024-10-10 18:40:57 +03:00
committed by intellij-monorepo-bot
parent 64e6daa2b6
commit 0ca121ea97
2 changed files with 39 additions and 39 deletions

View File

@@ -6,45 +6,45 @@ vm.option.agentpath.description=Loads native agent library by \\<pathname\\&g
vm.option.agentlib.description=Loads native agent library by \\<libname\\>.
vm.option.javaagent.description=Loads Java programming language agent by \\\<jarpath\\\>.
vm.option.system.property.description=Sets a system property in format \\<name\\>=\\<value\\>.
vm.option.advanced.option.description=Specify non-standard JVM-specific option.
vm.option.batch.description=Disable background compilation.
vm.option.bootclasspath.a.description=Append to end of bootstrap class path.
vm.option.check.jni.description=Perform additional checks for JNI functions.
vm.option.advanced.option.description=Specifies non-standard JVM-specific option.
vm.option.batch.description=Disables background compilation.
vm.option.bootclasspath.a.description=Appends to end of bootstrap class path.
vm.option.check.jni.description=Performs additional checks for JNI functions.
vm.option.comp.description=Forces compilation of methods on first invocation.
vm.option.debug.description=Does nothing. Provided for backward compatibility.
vm.option.diag.description=Show additional diagnostic messages.
vm.option.future.description=Enable strictest checks, anticipating future default. This option is deprecated and may be removed in a future release.
vm.option.int.description=Interpreted mode execution only.
vm.option.internalversion.description=Display more detailed JVM version information than the -version option.
vm.option.log.description=Configure or enable logging with the Java Virtual Machine (JVM) unified logging framework. Use -Xlog:help for details.
vm.option.loggc.description=Log GC status to a file with time stamps. This option is deprecated and may be removed in a future release. It is replaced by -Xlog:gc:\\<file\\>.
vm.option.diag.description=Shows additional diagnostic messages.
vm.option.future.description=Enables strictest checks, anticipating future default. This option is deprecated and may be removed in a future release.
vm.option.int.description=Runs the application in interpreted-only mode.
vm.option.internalversion.description=Displays more detailed JVM version information than the -version option.
vm.option.log.description=Configures or enables logging with the Java Virtual Machine (JVM) unified logging framework. Use -Xlog:help for details.
vm.option.loggc.description=Logs GC status to a file with time stamps. This option is deprecated and may be removed in a future release. It is replaced by -Xlog:gc:\\<file\\>.
vm.option.mixed.description=Mixed mode execution (default).
vm.option.mn.description=Set the initial and maximum size (in bytes) of the heap for the young generation (nursery).
vm.option.ms.description=Set the initial Java heap size.
vm.option.mx.description=Set maximum Java heap size.
vm.option.noclassgc.description=Disable class garbage collection.
vm.option.rs.description=Reduce use of OS signals by Java/VM (see documentation).
vm.option.share.auto.description=Use shared class data if possible (default).
vm.option.share.off.description=Do not attempt to use shared class data.
vm.option.share.on.description=Require using shared class data, otherwise fail. This is a testing option and may lead to intermittent failures. It should not be used in production environments.
vm.option.showSettings.description=Show all settings and continue.
vm.option.showSettings.all.description=Show all settings and continue.
vm.option.showSettings.locale.description=Show all locale related settings and continue.
vm.option.showSettings.properties.description=Show all property settings and continue.
vm.option.showSettings.vm.description=Show all vm related settings and continue.
vm.option.showSettings.system.description=(Linux Only) Show host system or container configuration and continue.
vm.option.ss.description=Set java thread stack size The actual size may be rounded up to a multiple of the system page size as required by the operating system.
vm.option.mn.description=Sets the initial and maximum size (in bytes) of the heap for the young generation (nursery).
vm.option.ms.description=Sets the initial Java heap size.
vm.option.mx.description=Sets maximum Java heap size.
vm.option.noclassgc.description=Disables class garbage collection.
vm.option.rs.description=Reduces use of OS signals by Java/VM (see documentation).
vm.option.share.auto.description=Uses shared class data if possible (default).
vm.option.share.off.description=Does not attempt to use shared class data.
vm.option.share.on.description=Requires using shared class data, otherwise fail. This is a testing option and may lead to intermittent failures. It should not be used in production environments.
vm.option.showSettings.description=Shows all settings and continue.
vm.option.showSettings.all.description=Shows all settings and continue.
vm.option.showSettings.locale.description=Shows all locale related settings and continue.
vm.option.showSettings.properties.description=Shows all property settings and continue.
vm.option.showSettings.vm.description=Shows all vm related settings and continue.
vm.option.showSettings.system.description=(Linux Only) Shows host system or container configuration and continue.
vm.option.ss.description=Sets the java thread stack size The actual size may be rounded up to a multiple of the system page size as required by the operating system.
vm.option.verify.description=Sets the mode of the bytecode verifier Note that option -Xverify:none is deprecated and may be removed in a future release.
vm.option.bootclasspath.description=Set the search path for bootstrap classes and resources.
vm.option.bootclasspath.p.description=Prepend in front of the bootstrap class path.
vm.option.incgc.description=Enable incremental garbage collection.
vm.option.prof.description=Output cpu profiling data.
vm.option.bootclasspath.description=Sets the search path for bootstrap classes and resources.
vm.option.bootclasspath.p.description=Prepends in front of the bootstrap class path.
vm.option.incgc.description=Enables incremental garbage collection.
vm.option.prof.description=Outputs cpu profiling data.
vm.option.add.reads.description=Updates \\<module\\> to read \\<target-module\\>, regardless of module declaration. \\<target-module\\> can be ALL-UNNAMED to read all unnamed modules.
vm.option.add.opens.description=Updates \\<module\\> to open \\<package\\> to \\<target-module\\>, regardless of module declaration.
vm.option.limit.modules.description=Limit the universe of observable modules.
vm.option.patch.module.description=Override or augment a module with classes and resources in JAR files or directories.
vm.option.limit.modules.description=Limits the universe of observable modules.
vm.option.patch.module.description=Overrides or augments a module with classes and resources in JAR files or directories.
vm.option.finalization.description=Controls whether the JVM performs finalization of objects, where \\<value\\> is one of "enabled" or "disabled". Finalization is enabled by default.
vm.option.add.exports.description=Updates \\<module\\> to export \\<package\\> to \\<target-module\\>, regardless of module declaration. \\<target-module\\> can be ALL-UNNAMED to export to all unnamed modules.
vm.option.source.description=Set the \\<version\\> of the source in source-file mode.
vm.option.disable.files.description=Disable further argument file expansion.
vm.option.illegal.access.description=\\<value\\&gt permit or deny access to members of types in named modules by code in unnamed modules. \\<value\\> is one of "deny", "permit", "warn", or "debug" This option will be removed in a future release.
vm.option.source.description=Sets the \\<version\\> of the source in source-file mode.
vm.option.disable.files.description=Disables further argument file expansion.
vm.option.illegal.access.description=Permits or denies access to members of types in named modules by code in unnamed modules. \\<value\\> is one of "deny", "permit", "warn", or "debug" This option will be removed in a future release.

View File

@@ -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