< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -36,35 +36,35 @@
         The following I/O problem was encountered when processing an @ \
         argument on the command line: {0}.
 bad.arg=\
         Bad argument: {0}
 old.jni.mixed=\
-        Can''t mix options -jni and -old.  Try -help.
+        Can''t mix options -jni and -old.  Try --help.
 old.llni.mixed=\
-        Can''t mix options -old and -llni.  Try -help.
+        Can''t mix options -old and -llni.  Try --help.
 old.not.supported=\
         Option -old not supported by this version of javah.
 invalid.method.signature=\
         Invalid method signature: {0}
 jni.llni.mixed=\
-        Can''t mix options -jni and -llni.  Try -help.
+        Can''t mix options -jni and -llni.  Try --help.
 jni.no.stubs=\
         JNI does not require stubs, please refer to the JNI documentation.
 jni.sigerror=\
         Cannot determine signature for {0}
 dir.file.mixed=\
-        Can''t mix options -d and -o.  Try -help.
+        Can''t mix options -d and -o.  Try --help.
 no.classes.specified=\
-        No classes were specified on the command line.  Try -help.
+        No classes were specified on the command line.  Try --help.
 no.outputfile.specified=\
-        No outputfile was specified on the command line.  Try -help.
+        No outputfile was specified on the command line.  Try --help.
 no.outputdir.specified=\
-        No output directory was specified on the command line.  Try -help.
+        No output directory was specified on the command line.  Try --help.
 no.classpath.specified=\
-        No classpath was specified on the command line.  Try -help.
+        No classpath was specified on the command line.  Try --help.
 no.bootclasspath.specified=\
-        No bootclasspath was specified on the command line.  Try -help.
+        No bootclasspath was specified on the command line.  Try --help.
 unknown.option=\
         {0} is an illegal argument\n
 tracing.not.supported=\
         Warning: Tracing is no longer supported.  Instead, use\
         -verbose:jni option of the virtual machine.

@@ -82,11 +82,11 @@
 
 main.opt.v=\
 \  -v  -verbose                 Enable verbose output
 
 main.opt.h=\
-\  -h  --help  -?               Print this message
+\  -? -h --help                 Print this help message
 
 main.opt.version=\
 \  -version                     Print version information
 
 main.opt.jni=\
< prev index next >