< prev index next >

jdk/src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties

Print this page

        

@@ -23,11 +23,11 @@
 # questions.
 #
 
 main.usage.summary=\
 Usage: {0} <extract | info | list | verify> <options> jimage...\n\
-use --help for a list of possible options.
+use -h or --help for a list of possible options.
 
 main.usage=\
 Usage: {0} <extract | info | list | verify> <options> jimage...\n\
 \n\
 \  extract  - Extract all jimage entries and place in a directory specified\n\

@@ -74,15 +74,15 @@
 \  regex:<regex-pattern>\n\
 \  @<filename> where filename is the name of a file containing patterns to be\
 \ used, one pattern per line\n\
 
 
-main.opt.fullversion=\
-\  --fullversion                     Print full version information
+main.opt.full-version=\
+\  --full-version                    Print full version information
 
 main.opt.help=\
-\  --help                            Print usage message
+\  -h,  --help                       Print usage message
 
 main.opt.verbose=\
 \  --verbose                         Listing prints entry size and offset attributes
 
 main.opt.version=\
< prev index next >