remove useless param

This commit is contained in:
joecqupt
2023-01-17 11:30:34 +08:00
committed by hengyunabc
parent 60c5b4a7d0
commit 3c3ffdd21c
@@ -412,7 +412,7 @@ public class Bootstrap {
pid, bootstrap.getHttpPortOrDefault());
AnsiLog.error("1. Try to restart arthas-boot, select process {}, shutdown it first with running the 'stop' command.",
httpPortPid);
AnsiLog.error("2. Or try to use different http port, for example: java -jar arthas-boot.jar --telnet-port 9998 --http-port 9999", httpPortPid);
AnsiLog.error("2. Or try to use different http port, for example: java -jar arthas-boot.jar --telnet-port 9998 --http-port 9999");
System.exit(1);
}