< prev index next >

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

Print this page

        

@@ -69,33 +69,45 @@
 \  -c                       Disassemble the code
 
 main.opt.s=\
 \  -s                       Print internal type signatures
 
+main.opt.class_path=\
+\  --class-path <path>              Specify where to find user class files
+
 main.opt.classpath=\
 \  -classpath <path>        Specify where to find user class files
 
 main.opt.cp=\
 \  -cp <path>               Specify where to find user class files
 
 main.opt.bootclasspath=\
 \  -bootclasspath <path>    Override location of bootstrap class files
 
-main.opt.upgrademodulepath=\
-\  -upgrademodulepath <path>    Specify where to find upgradeable modules
+main.opt.upgrade_module_path=\
+\  --upgrade-module-path <path>     Specify where to find upgradeable modules
 
 main.opt.system=\
-\  -system <jdk>            Specify where to find system modules
+\  --system <jdk>                   Specify where to find system modules
 
-main.opt.modulepath=\
-\  -modulepath <path>       Specify where to find application modules
+main.opt.module_path=\
+\  --module-path <path>             Specify where to find application modules
 
 main.opt.constants=\
 \  -constants               Show final constants
 
-
 main.opt.sysinfo=\
 \  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
 \                           of class being processed
 
-main.opt.m=\
-\  -m <module-name>         Specify module containing classes to be disassembled
+main.opt.module=\
+\  --module <module>, -m <module>   Specify module containing classes to be disassembled
+
+main.usage.foot=\n\
+GNU-style options may use '=' instead of whitespace to separate the name of an option\n\
+from its value.\n\
+\n\
+Each class to be shown may be specified by a filename, a URL, or by its fully\n\
+qualified class name. Examples:\n\
+\   path/to/MyClass.class\n\
+\   jar:file:///path/to/MyJar.jar!/mypkg/MyClass.class\n\
+\   java.lang.Object\n
< prev index next >