Skip to content

Commit 5c5bb24

Browse files
author
Administrator
committed
修改"用法: 参数提示
1 parent c7e7491 commit 5c5bb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# === 检查参数 ===
88
if [[ $# -ne 3 ]]; then
99
echo "❌ 参数错误!请传入隧道名称和域名参数。"
10-
echo "用法: ./install_suite.sh <1|code-server>|<2|cloudflared>|<3|all> <TUNNEL_NAME> <DOMAIN_NAME>"
10+
echo "用法: ./install_suite.sh <TUNNEL_NAME> <DOMAIN_NAME>"
1111
exit 1
1212
fi
1313
source ./shutup_tips.sh

0 commit comments

Comments
 (0)