< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Print this page
rev 48074 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

@@ -1,8 +1,8 @@
 main.usage.summary=\
 Usage: {0} <options> <path ...>]\n\
-use -h, -?, -help, or --help for a list of possible options
+use --help for a list of possible options
 
 main.usage=\
 Usage: {0} <options> <path ...>]\n\
 <path> can be a pathname to a .class file, a directory, a JAR file.\n\
 \n\

@@ -10,12 +10,11 @@
 
 error.prefix=Error:
 warn.prefix=Warning:
 
 main.opt.h=\
-\  -h -? -help\n\
-\  --help                        Print this usage message
+\  -h -? --help                  Print this help message
 
 main.opt.version=\
 \  -version --version            Version information
 
 main.opt.v=\
< prev index next >