优化 打印帮助时末尾换行(避免在命令行和下一行命令混在一起)

Merge pull request #13 from zhangsean/master
This commit is contained in:
XIU2 2020-11-30 17:10:07 +08:00 committed by GitHub
commit 7b4f6944be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ https://github.com/XIU2/CloudflareSpeedTest
-v
打印程序版本
-h
打印帮助说明`
打印帮助说明
`
flag.IntVar(&pingRoutine, "n", 500, "测速线程数量")
flag.IntVar(&pingTime, "t", 4, "延迟测速次数")