From 1f6666e85e48a02f96b1bc7e77f1b689c62e5d4d Mon Sep 17 00:00:00 2001 From: xykt <152045469+xykt@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:49:49 +0800 Subject: [PATCH] Update net.sh Correct help info --- net.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net.sh b/net.sh index 29753e6..ae2bcb3 100644 --- a/net.sh +++ b/net.sh @@ -1,5 +1,5 @@ #!/bin/bash -script_version="v2025-12-23" +script_version="v2026-01-10" check_bash(){ current_bash_version=$(bash --version|head -n 1|awk '{for(i=1;i<=NF;i++) if ($i ~ /^[0-9]+\.[0-9]+(\.[0-9]+)?/) print $i}') major_version=$(echo "$current_bash_version"|cut -d'.' -f1) @@ -141,7 +141,7 @@ shelp_lines=( "NETWORK QUALITY CHECK SCRIPT 网络质量体检脚本" "Interactive Interface: bash <(curl -sL https://Net.Check.Place) -EM" "交互界面: bash <(curl -sL https://Net.Check.Place) -M" -"Parameters 参数运行: bash <(curl -sL https://Net.Check.Place) [-4] [-6] [-f] [-h] [-j] [-l language] [-n] [-y] [-E] [-L] [-M] [-P] [-R province] [-S chapters]" +"Parameters 参数运行: bash <(curl -sL https://Net.Check.Place) [-4] [-6] [-f] [-h] [-j] [-l language] [-n] [-o] [-p] [-y] [-E] [-L] [-M] [-P] [-R province] [-S chapters]" " -4 Test IPv4 测试IPv4" " -6 Test IPv6 测试IPv6" " -f Show full IP on reports 报告展示完整IP地址"