src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
branchJDK-8200758-branch
changeset 57180 1d6f8a7c6d5a
parent 57150 fa68c2ab636d
child 57192 3d6a21f41c10
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties	Wed Feb 06 09:14:09 2019 -0500
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties	Tue Feb 12 11:54:56 2019 -0500
@@ -91,8 +91,8 @@
 param.version.default=1.0
 param.verbose.name=Verbose
 param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
-param.force.name=Overwrite
-param.force.description=Flag to allow removal of existing application output directory
+param.overwrite.name=Overwrite
+param.overwrite.description=Flag to allow removal of existing application output directory
 param.resource-dir.name=Resource Dir
 param.resource-dir.description=The directory to look for bundler specific resources.
 param.secondary-launchers.name=Secondary Launchers
@@ -137,7 +137,7 @@
 
 error.cannot-create-output-dir=Output directory {0} cannot be created.
 error.cannot-write-to-output-dir=Output directory {0} is not writable.
-error.root-exists-without-force=Error: Application output directory {0} already exists and --overwrite is not specified"
+error.root-exists-without-overwrite=Error: Application output directory {0} already exists and --overwrite is not specified
 error.no-application-class=Main application class is missing.
 error.no-application-class.advice=Please specify main application class.
 error.no-main-module=Main application module is missing.