@@ -244,7 +244,7 @@ else
if [ -z $pid ];then
echo "$serverName 未运行 | 输入操作参数: pull deploy restart start stop kill log logs startPc"
else
- echo "输入操作参数: pull deploy restart start stop kill log logs"
+ echo "输入操作参数: pull deploy restart start stop kill log logs startPc"
echo "pid=$pid | $serverName 正在运行... | 查看日志: tail -F $logPath -n 100"
fi