From 95074eb028ec0d4a5d43310b92a1aa7b5ecd25de Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 16 Aug 2021 17:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3ql"=E6=9C=AC=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=94=A8=E6=B3=95"=E4=B8=AD=E7=9A=84=E5=BA=8F?= =?UTF-8?q?=E5=8F=B7=20(#552)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index 65425012..5f3130f4 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -240,7 +240,7 @@ run_extra_shell() { usage() { echo -e "本脚本用法:" echo -e "1. $cmd_update update # 更新并重启青龙" - echo -e "1. $cmd_update extra # 运行自定义脚本" + echo -e "2. $cmd_update extra # 运行自定义脚本" echo -e "3. $cmd_update raw # 更新单个脚本文件" echo -e "4. $cmd_update repo # 更新单个仓库的脚本" echo -e "5. $cmd_update rmlog # 删除旧日志"