Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bash script bug and Add new Language Selection Feature #104

Merged
merged 14 commits into from
Oct 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
<update>: add new comments, update help func display.
wickdynex committed Oct 25, 2024
commit 3f0e7fa78d52cf5066e34efb5ff46ebf9160944d
3 changes: 2 additions & 1 deletion tool/install.sh
Original file line number Diff line number Diff line change
@@ -31,10 +31,11 @@ error() {
help() {
echo "chsrc Installer"
echo
echo "使用: install.sh [-h] [-d <安装目录>]"
echo "使用: install.sh [-h] [-d <安装目录>] [-v <版本号>]"
echo "选项:"
echo "-h 打印此帮助信息"
echo "-d 指定安装目录,默认为 /usr/local/bin;如果已安装,则覆盖旧版本"
echo "-v 指定版本号,范围是 0.1.4 到 0.1.9 或 'pre'"
echo
}