Merge
authordsamersoff
Fri, 05 Feb 2016 19:13:34 +0000
changeset 35969 64a34c01c0e2
parent 35966 2c762d2a5912 (current diff)
parent 35968 011ac28122d8 (diff)
child 35970 e000817bd3a9
Merge
--- a/jdk/src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java	Fri Feb 05 16:19:32 2016 +0000
+++ b/jdk/src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java	Fri Feb 05 19:13:34 2016 +0000
@@ -119,7 +119,7 @@
         System.out.println("  If the pid is 0, commands will be sent to all Java processes.   ");
         System.out.println("  The main class argument will be used to match (either partially ");
         System.out.println("  or fully) the class used to start Java.                         ");
-        System.out.println("  If no options are given, lists Java processes (same as -p).     ");
+        System.out.println("  If no options are given, lists Java processes (same as -l).     ");
         System.out.println("                                                                  ");
         System.out.println("  PerfCounter.print display the counters exposed by this process  ");
         System.out.println("  -f  read and execute commands from the file                     ");