src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_zh_CN.properties
branchJDK-8200758-branch
changeset 58147 45a9084fe981
parent 58116 93b8c1305de2
child 58304 7a61351edad2
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_zh_CN.properties	Thu Sep 12 15:21:34 2019 -0400
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_zh_CN.properties	Sun Sep 15 07:34:39 2019 -0400
@@ -29,24 +29,25 @@
 Sample usages:\n\
 --------------\n\
 \    Generate a non-modular application image:\n\
-\        jpackage --package-type app-image -o outputdir -i inputdir -n name \\\n\
+\        jpackage --package-type app-image -d destdir -i inputdir -n name \\\n\
 \            --main-class className --main-jar MyJar.jar\n\
 \    Generate a modular application image:\n\
-\        jpackage --package-type app-image -o outputdir -n name -p modulePath -m moduleName/className\n\
+\        jpackage --package-type app-image -n name -p modulePath \\\n\
+\            -m moduleName/className\n\
 \        To provide your own options to jlink, run jlink separately:\n\
 \            jlink --output appRuntimeImage -p ModulePath -m moduleName \\\n\
 \                --no-header-files [<additional jlink options>...]\n\
-\            jpackage --package-type app-image -o outputdir -n name \\\n\
+\            jpackage --package-type app-image -n name \\\n\
 \                -m moduleName/className --runtime-image appRuntimeImage\n\
 \    Generate an application package:\n\
-\        jpackage --package-type <type> -o outputdir -n name \\\n\
+\        jpackage --package-type <type> -n name \\\n\
 \            -p modulePath -m moduleName/className\n\
-\        jpackage --package-type <type> -i inputdir -o outputdir -n name \\\n\
+\        jpackage --package-type <type> -i inputdir -n name \\\n\
 \            --main-class package.ClassName --main-jar MyJar.jar\n\
-\        jpackage --package-type <type> -o outputdir -n name \\\n\
+\        jpackage --package-type <type> -n name \\\n\
 \            --app-image <app image dir>\n\
 \    Generate a Java runtime package:\n\
-\        jpackage -o outputdir -n name --runtime-image <runtime-image>\n\
+\        jpackage -n name --runtime-image <runtime-image>\n\
 \n\
 Generic Options:\n\
 \  @<filename> \n\
@@ -68,8 +69,9 @@
 \          option for the current platform to the output stream, and exit\n\
 \  --name -n <name>\n\
 \          Name of the application and/or package\n\
-\  --output -o <output path>\n\
+\  --dest -d <destination path>\n\
 \          Path where generated output file is placed\n\
+\          Defaults to the current working directory.\n\
 \          (absolute path or relative to the current directory)\n\
 \  --temp <file path>\n\
 \          Path of a new or empty directory used to create temporary files\n\
@@ -268,8 +270,8 @@
 
 MSG_Help_default_install_dir=\
 \Absolute path of the installation directory of the application on OS X\n\
-\          or Linux. Relative sub-path of the installation location of the application\n\
-\          such as "Program Files" or "AppData" on Windows.\n\
+\          or Linux. Relative sub-path of the installation location of\n\
+\          the application such as "Program Files" or "AppData" on Windows.\n\
 
 MSG_Help_no_args=Usage: jpackage <mode> <options>\n\
 \Use jpackage --help (or -h) for a list of possible options\