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

pull/1751/head
hengyunabc 4 years ago
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…
Cancel
Save