diff --git a/README.md b/README.md index f058330..8ac6acb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ https://github.com/XIU2/CloudflareSpeedTest 示例: CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 - CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\\abc\ip.txt" -dd + CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\abc\ip.txt" -dd ``` #### 使用示例 diff --git a/main.go b/main.go index cec0abb..4ce5810 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ https://github.com/XIU2/CloudflareSpeedTest 示例: CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 - CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\\abc\ip.txt" -dd` + CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\abc\ip.txt" -dd` flag.IntVar(&pingRoutine, "n", 500, "测速线程数量") flag.IntVar(&pingTime, "t", 4, "延迟测速次数")