src/jdk.jpackager/share/classes/jdk/jpackager/internal/resources/CLIHelpi_ja.properties
branchJDK-8200758-branch
changeset 57022 81021f910bc2
parent 57021 441c020bf626
child 57025 bab8a5dae662
equal deleted inserted replaced
57021:441c020bf626 57022:81021f910bc2
    64 \          Name of the directory where generated output file is placed.\n\
    64 \          Name of the directory where generated output file is placed.\n\
    65 \  --input -i <input dir>\n\
    65 \  --input -i <input dir>\n\
    66 \          Name of the base directory that contains the files to package.\n\
    66 \          Name of the base directory that contains the files to package.\n\
    67 \  --files -f <input files>\n\
    67 \  --files -f <input files>\n\
    68 \          List of files in the base directory. If omitted, all files from "input"\n\
    68 \          List of files in the base directory. If omitted, all files from "input"\n\
    69 \          directory (which is a mandatory argument in this case) will be packaged.\n\
    69 \          directory will be packaged.\n\
    70 \  --name -n <application name>\n\
    70 \  --name -n <application name>\n\
    71 \          Name of the application.\n\
    71 \          Name of the application.\n\
    72 \  --main-jar -j <main jar name>\n\
    72 \  --main-jar -j <main jar name>\n\
    73 \          The main JAR of the application. This JAR should have the main-class,\n\
    73 \          The main JAR of the application. This JAR should have the main-class,\n\
    74 \          and is relative to the assembled application directory.\n\
    74 \          and is relative to the assembled application directory.\n\
   187 \  --win-shortcut\n\
   187 \  --win-shortcut\n\
   188 \          Creates a desktop shortcut for the application.\n\
   188 \          Creates a desktop shortcut for the application.\n\
   189 \  --win-console\n\
   189 \  --win-console\n\
   190 \          Creates a console launcher for the application. Should be specified for\n\
   190 \          Creates a console launcher for the application. Should be specified for\n\
   191 \          application which requires console interactions.\n\
   191 \          application which requires console interactions.\n\
       
   192 
       
   193 MSG_Help_no_args=Usage: jpackager <mode> <options>\n\
       
   194 \Use --help for a list of possible options\