mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-25 09:41:46 +08:00
Merge commit '6a81785a4d11575895e6030b2c59f44fb3b8e854' into update-bash-script
This commit is contained in:
commit
5405ce9566
|
@ -8,7 +8,7 @@
|
|||
# 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}
|
||||
;;
|
||||
\?)
|
||||
echo "无效的命令行选项。使用 -h 查看帮助"
|
||||
echo "无效的命令行选项,请使用 -h 查看帮助"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue
Block a user