jdk/src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties
changeset 39150 cb99396625b4
parent 38451 a98523f5cbff
child 39882 2a5433a2eca5
equal deleted inserted replaced
39149:745d93b1bdb3 39150:cb99396625b4
    26 main.usage.summary=\
    26 main.usage.summary=\
    27 Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\
    27 Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\
    28 use --help for a list of possible options
    28 use --help for a list of possible options
    29 
    29 
    30 main.usage=\
    30 main.usage=\
    31 Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>
    31 Usage: {0} (create|list|describe|hash) <OPTIONS> <jmod-file>\n\
    32 
    32 
    33 error.prefix=Error:
    33 error.prefix=Error:
    34 warn.prefix=Warning:
    34 warn.prefix=Warning:
    35 
    35 
       
    36 main.opt.mode=\
       
    37 \Main operation modes:
    36 main.opt.mode.create=\
    38 main.opt.mode.create=\
    37 \create    - Creates a new jmod archive
    39 \create    - Creates a new jmod archive
    38 main.opt.mode.list=\
    40 main.opt.mode.list=\
    39 \list      - Prints the names of all the entries
    41 \list      - Prints the names of all the entries
    40 main.opt.mode.describe=\
    42 main.opt.mode.describe=\
    47 main.opt.class-path=Application jar files|dir containing classes
    49 main.opt.class-path=Application jar files|dir containing classes
    48 main.opt.libs=Location of native libraries
    50 main.opt.libs=Location of native libraries
    49 main.opt.cmds=Location of native commands
    51 main.opt.cmds=Location of native commands
    50 main.opt.config=Location of user-editable config files
    52 main.opt.config=Location of user-editable config files
    51 main.opt.dry-run=Dry run of hash mode
    53 main.opt.dry-run=Dry run of hash mode
    52 main.opt.exclude=Exclude files, given as a PATTERN
    54 main.opt.exclude=Exclude files matching the supplied comma separated pattern\
       
    55 \ list, each element using one the following forms: <glob-pattern>,\
       
    56 \ glob:<glob-pattern> or regex:<regex-pattern>
    53 main.opt.module-version= Module version
    57 main.opt.module-version= Module version
    54 main.opt.main-class=Main class
    58 main.opt.main-class=Main class
    55 main.opt.main-class.arg=class-name
    59 main.opt.main-class.arg=class-name
    56 main.opt.os-name=Operating system name
    60 main.opt.os-name=Operating system name
    57 main.opt.os-name.arg=os-name
    61 main.opt.os-name.arg=os-name
    59 main.opt.os-arch.arg=os-arch
    63 main.opt.os-arch.arg=os-arch
    60 main.opt.os-version=Operating system version
    64 main.opt.os-version=Operating system version
    61 main.opt.os-version.arg=os-version
    65 main.opt.os-version.arg=os-version
    62 main.opt.modulepath=Module path
    66 main.opt.modulepath=Module path
    63 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
    67 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
    64 \ with modules matching the given pattern and depending upon it directly\
    68 \ with modules matching the given <regex-pattern> and depending upon it directly\
    65 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
    69 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
    66 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
    70 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
    67 
    71 
    68 main.opt.cmdfile=Read options from the specified file
    72 main.opt.cmdfile=Read options from the specified file
    69 
    73