< prev index next >

src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/WscompileMessages.java

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

@@ -89,11 +89,11 @@
      *   -encoding <encoding>      specify character encoding used by source files
      *   -extension                allow vendor extensions - functionality not specified
      *                             by the specification.  Use of extensions may
      *                             result in applications that are not portable or
      *                             may not interoperate with other implementations
-     *   -help                     display help
+     *   -? -h --help              display this help message
      *   -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort
      *                             (port defaults to 8080)
      *   -J<javacOption>           pass this option to javac
      *   -keep                     keep generated files
      *   -p <pkg>                  specifies the target package

@@ -260,11 +260,11 @@
     }
 
     /**
      * Usage: {0} [options] <SEI>
      *
-     * Use "wsgen -help" for a detailed description of options.
+     * Use "wsgen --help" for a detailed description of options.
      *
      */
     public static String WSGEN_USAGE(Object arg0) {
         return LOCALIZER.localize(localizableWSGEN_USAGE(arg0));
     }

@@ -554,11 +554,11 @@
      *   -encoding <encoding>       specify character encoding used by source files
      *   -extension                 allow vendor extensions - functionality not specified
      *                              by the specification.  Use of extensions may
      *                              result in applications that are not portable or
      *                              may not interoperate with other implementations
-     *   -help                      display help
+     *   -? -h --help               display this help message
      *   -J<javacOption>            pass this option to javac
      *   -keep                      keep generated files
      *   -r <directory>             resource destination directory, specify where to
      *                              place resouce files such as WSDLs
      *   -s <directory>             specify where to place generated source files

@@ -589,11 +589,11 @@
     }
 
     /**
      * Usage: {0} [options] <WSDL_URI>
      *
-     * Use "wsimport -help" for a detailed description of options.
+     * Use "wsimport --help" for a detailed description of options.
      *
      */
     public static String WSIMPORT_USAGE(Object arg0) {
         return LOCALIZER.localize(localizableWSIMPORT_USAGE(arg0));
     }
< prev index next >