Skip to content

Commit 5405ce9

Browse files
committed
Merge commit '6a81785a4d11575895e6030b2c59f44fb3b8e854' into update-bash-script
2 parents 322a3c9 + 6a81785 commit 5405ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Last Modified : <2024-10-25>
99
#
1010
#
11-
# chsrc Installer for Linux & macOS
11+
# chsrc installer for Linux & macOS
1212
#
1313
# ---------------------------------------------------------------
1414

@@ -213,7 +213,7 @@ while getopts ":hd:v:l:" option; do
213213
lan=${OPTARG}
214214
;;
215215
\?)
216-
echo "无效的命令行选项。使用 -h 查看帮助"
216+
echo "无效的命令行选项,请使用 -h 查看帮助"
217217
exit 1
218218
;;
219219
esac

0 commit comments

Comments
 (0)