From c03ec32bb5c37b9421973f95ee7701af73bfc112 Mon Sep 17 00:00:00 2001 From: xykt <152045469+xykt@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:37:49 +0800 Subject: [PATCH] Update net.sh Fix spelling error --- net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.sh b/net.sh index 11ca081..91f016f 100644 --- a/net.sh +++ b/net.sh @@ -150,7 +150,7 @@ shelp_lines=( " -n No OS or dependencies check 跳过系统检测及依赖安装" " -o /path/to/file.ansi Output ANSI report to file 输出ANSI报告至文件" " /path/to/file.json Output JSON result to file 输出JSON结果至文件" -" /path/to/file.anyother Output plain test report to file 输出纯文本报告至文件" +" /path/to/file.anyother Output plain text report to file 输出纯文本报告至文件" " -y Install dependencies without interupt 自动安装依赖" " -E Specify English Output 指定英文输出" " -L Low data mode 低数据模式(跳过测速环节)"