mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 03:07:37 +08:00
update help message when can not find java process. close #1748
This commit is contained in:
parent
cbfeabfb67
commit
48c4359e91
@ -65,7 +65,7 @@ public class ProcessUtils {
|
||||
}
|
||||
|
||||
if (processMap.isEmpty()) {
|
||||
AnsiLog.info("Can not find java process. Try to pass <pid> in command line.");
|
||||
AnsiLog.info("Can not find java process. Try to run `jps` command lists the instrumented Java HotSpot VMs on the target system.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user