From 00b569d6492f150475d2cea1b1bb86e975dd1f21 Mon Sep 17 00:00:00 2001 From: zhangsean Date: Mon, 30 Nov 2020 17:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=B8=AE=E5=8A=A9=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 3477eb9..f961406 100644 --- a/main.go +++ b/main.go @@ -61,7 +61,8 @@ https://github.com/XIU2/CloudflareSpeedTest -v 打印程序版本 -h - 打印帮助说明` + 打印帮助说明 +` flag.IntVar(&pingRoutine, "n", 500, "测速线程数量") flag.IntVar(&pingTime, "t", 4, "延迟测速次数")