修改dns参数描述

This commit is contained in:
lbl8603
2024-04-24 23:09:20 +08:00
parent 7dc4161f2f
commit 484b1657e8
+1 -1
View File
@@ -474,7 +474,7 @@ fn print_usage(program: &str, _opts: Options) {
println!( println!(
" --packet-delay <0> 模拟延迟,整数,单位毫秒(ms),程序会按设定的值延迟发包,可用于模拟弱网" " --packet-delay <0> 模拟延迟,整数,单位毫秒(ms),程序会按设定的值延迟发包,可用于模拟弱网"
); );
println!(" --dns <host:port> DNS服务器地址,可使用多个dns,默认使用114.114.114.114和8.8.8.8"); println!(" --dns <host:port> DNS服务器地址,可使用多个dns,不指定时使用系统解析");
println!(); println!();
println!( println!(