提交 90d84cde authored 作者: Thomas Mueller's avatar Thomas Mueller

Automated build improvements.

上级 d61be971
......@@ -106,7 +106,7 @@ public class Profiler implements Runnable {
private void run(String... args) {
if (args.length == 0) {
System.out.println("Show profiling data");
System.out.println("Usage: " + getClass().getName() + " <pid>");
System.out.println("Usage: java " + getClass().getName() + " <pid>");
System.out.println("Processes:");
String processes = exec("jps", "-l");
System.out.println(processes);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论