diff -r b3b59183df78 -r 4948a1944cf9 src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties --- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties Fri Apr 05 10:55:51 2019 -0400 +++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties Fri Apr 05 11:24:44 2019 -0400 @@ -74,7 +74,7 @@ ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform. -ERR_NotImageOption=Error: Option [{0}] is not valid in create-image mode. +ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode. ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option. @@ -94,4 +94,4 @@ ERR_VersionComparison=Error: Failed to compare version {0} with {1}. ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}]. ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options" -ERR_NoEntryPoint="Error: create-image requires --main-jar or --module Option" +ERR_NoEntryPoint="Error: create-app-image requires --main-jar or --module Option"