src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Thu Mar 28 08:08:07 2019 -0700
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Thu Mar 28 13:47:40 2019 -0400
@@ -126,15 +126,15 @@
\ Path to a Properties file that contains list of key, value pairs\n\
\ (absolute path or relative to the current directory)\n\
\ The keys "name" (required), "module", "add-modules",\n\
-\ "main-jar", "main-class", "arguments", "jvm-args",\n\
+\ "main-jar", "main-class", "arguments", "java-options",\n\
\ "app-version", "icon", and "win-console" can be used.\n\
\ These options are added to, or used to overwrite, the original\n\
\ command line options when building an additional launcher.\n\
\ --arguments <main class arguments>\n\
\ Command line arguments to pass to the main class if no command\n\
\ line arguments are given to the launcher\n\
-\ --jvm-args <java vm arguments>\n\
-\ Java arguments to pass to the virtual machine\n\
+\ --java-options <java options>\n\
+\ Options to pass to the Java runtime\n\
\ --main-class <class name>\n\
\ Qualified name of the application main class to execute\n\
\ This option can only be used if --main-jar is specified.\n\