Skip to content

Commit 61cdfc5

Browse files
committed
fix typo
1 parent 51ff04f commit 61cdfc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/help.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ show_help() {
5454
" t, test 测试运行"
5555
" reinstall 重装脚本\n"
5656
"测试:"
57-
" client, genc [name] 显示用于客户端 JOSN, 仅供参考"
57+
" client, genc [name] 显示用于客户端 JSON, 仅供参考"
5858
" debug [name] 显示一些 debug 信息, 仅供参考"
5959
" gen [...] 同等于 add, 但只显示 JSON 内容, 不创建文件, 测试使用"
6060
" no-auto-tls [...] 同等于 add, 但禁止自动配置 TLS, 可用于 *TLS 相关协议"

‎v2ray.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
args=$@
4-
is_sh_ver=v4.15
4+
is_sh_ver=v4.16
55

66
. /etc/v2ray/sh/src/init.sh

0 commit comments

Comments
 (0)