update help message when can not find java process. close #1748

This commit is contained in:
hengyunabc 2021-03-23 15:48:26 +08:00
parent cbfeabfb67
commit 48c4359e91

View File

@ -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;
}