style(phantun) slight fix on client usage

This commit is contained in:
Datong Sun 2022-04-16 03:53:27 -07:00
parent 827530f62c
commit 838cfa6738

View File

@ -73,7 +73,7 @@ async fn main() -> io::Result<()> {
.long("ipv4-only") .long("ipv4-only")
.short('4') .short('4')
.required(false) .required(false)
.help("Do not assign IPv6 addresses to Tun interface") .help("Only use IPv4 address when connecting to remote")
.takes_value(false) .takes_value(false)
.conflicts_with_all(&["tun_local6", "tun_peer6"]), .conflicts_with_all(&["tun_local6", "tun_peer6"]),
) )