From 5acdd977bf827383c2ac60c6feb0da0dadc0e09a Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 May 2021 10:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4ql=20restart=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index bb6cb36b..8879a4ef 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -224,7 +224,6 @@ run_extra_shell() { usage() { echo -e "本脚本用法:" echo -e "1. $cmd_update update # 更新青龙,并且运行extra.sh" - echo -e "2. $cmd_update restart # 重新启动青龙并编译,不会运行extra.sh" echo -e "3. $cmd_update raw # 更新单个脚本文件" echo -e "4. $cmd_update repo # 更新单个仓库的脚本" echo -e "5. $cmd_update rmlog # 删除旧日志"