mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix typo (#1458)
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import sun.management.counter.perf.PerfInstrumentation;
|
||||
* @author hengyunabc 2020-02-16
|
||||
*/
|
||||
@Name("perfcounter")
|
||||
@Summary("Display the perf counter infornation.")
|
||||
@Summary("Display the perf counter information.")
|
||||
@Description("\nExamples:\n" +
|
||||
" perfcounter\n" +
|
||||
" perfcounter -d\n" +
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
perfcounter [-d] [-h]
|
||||
|
||||
SUMMARY:
|
||||
Display the perf counter infornation.
|
||||
Display the perf counter information.
|
||||
|
||||
Examples:
|
||||
perfcounter
|
||||
|
||||
@@ -8,7 +8,7 @@ Check the current JVM Perf Counter information.
|
||||
perfcounter [-d] [-h]
|
||||
|
||||
SUMMARY:
|
||||
Display the perf counter infornation.
|
||||
Display the perf counter information.
|
||||
|
||||
Examples:
|
||||
perfcounter
|
||||
|
||||
Reference in New Issue
Block a user