Skip to content

Commit babd38c

Browse files
committed
fix typo
1 parent 9626ef0 commit babd38c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Usage: xray [options]... [args]...
103103
reinstall 重装脚本
104104
105105
测试:
106-
client, genc [name] 显示用于客户端 JOSN, 仅供参考
106+
client, genc [name] 显示用于客户端 JSON, 仅供参考
107107
debug [name] 显示一些 debug 信息, 仅供参考
108108
gen [...] 同等于 add, 但只显示 JSON 内容, 不创建文件, 测试使用
109109
no-auto-tls [...] 同等于 add, 但禁止自动配置 TLS, 可用于 *TLS 相关协议

src/help.sh

+1-1
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 相关协议"

xray.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
args=$@
4-
is_sh_ver=v1.16
4+
is_sh_ver=v1.17
55

66
. /etc/xray/sh/src/init.sh

0 commit comments

Comments
 (0)