Merge commit '6a81785a4d11575895e6030b2c59f44fb3b8e854' into update-bash-script

This commit is contained in:
YiXuan Ding 2024-10-25 20:46:41 +08:00
commit 5405ce9566

View File

@ -8,7 +8,7 @@
# Last Modified : <2024-10-25> # Last Modified : <2024-10-25>
# #
# #
# chsrc Installer for Linux & macOS # chsrc installer for Linux & macOS
# #
# --------------------------------------------------------------- # ---------------------------------------------------------------
@ -213,7 +213,7 @@ while getopts ":hd:v:l:" option; do
lan=${OPTARG} lan=${OPTARG}
;; ;;
\?) \?)
echo "无效的命令行选项使用 -h 查看帮助" echo "无效的命令行选项,请使用 -h 查看帮助"
exit 1 exit 1
;; ;;
esac esac