--- old/modules/jdk.packager/src/main/resources/com/sun/javafx/tools/packager/Bundle.properties 2017-06-08 13:10:26.000000000 -0700 +++ new/modules/jdk.packager/src/main/resources/com/sun/javafx/tools/packager/Bundle.properties 2017-06-08 13:10:26.000000000 -0700 @@ -75,7 +75,7 @@ \ to execute if not specified by the module\n\ \ -p \n\ \ --module-path ...\n\ -\ A : separated list of directories, each directory\n\ +\ A {0} separated list of directories, each directory\n\ \ is a directory of modules.\n\ \ --add-modules [,...]\n\ \ root modules to resolve in addition to the initial module\n\ @@ -169,16 +169,13 @@ \n MSG_Help_7=Sample usages:\n\ --------------\n\ -javapackager -createjar -appclass package.ClassName \n\ -\ -srcdir classes -outdir out -outfile outjar -v\n\ -\ Packages the content of the classes directory to outjar.jar,\n\ -\ sets the application class to package.ClassName.\n\ -javapackager -deploy -outdir outdir -outfile outfile -width 34 -height 43 \n\ +javapackager -deploy -native jnlp -outdir outdir -outfile outfile -width 34 -height 43 \n\ \ -name AppName -appclass package.ClassName -v -srcdir compiled\n\ \ Generates outfile.jnlp and corresponding outfile.html files in \n\ \ outdir for aplication AppName that is started by package.ClassName\n\ -\ class and has dimensions of 34x43. - +\ class and has dimensions of 34x43.\n\ +javapackager -deploy -native native -outdir outdir -name AppName -m modulename/mainclass\n\ +\ Generates a native image and all native installers. ERR_UnknownArgument=Error: Unknown argument: {0} ERR_UnknownCommand=Error: Unknown command: {0}