Skip to content

Commit

Permalink
修改dns参数描述
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Apr 24, 2024
1 parent 7dc4161 commit 484b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnt-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ fn print_usage(program: &str, _opts: Options) {
println!(
" --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!(
Expand Down

0 comments on commit 484b165

Please sign in to comment.