From 838cfa67387e14e8ec1b0143edf329f9fee739a7 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sat, 16 Apr 2022 03:53:27 -0700 Subject: [PATCH] style(phantun) slight fix on client usage --- phantun/src/bin/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/src/bin/client.rs b/phantun/src/bin/client.rs index dab05b1..fa881f7 100644 --- a/phantun/src/bin/client.rs +++ b/phantun/src/bin/client.rs @@ -73,7 +73,7 @@ async fn main() -> io::Result<()> { .long("ipv4-only") .short('4') .required(false) - .help("Do not assign IPv6 addresses to Tun interface") + .help("Only use IPv4 address when connecting to remote") .takes_value(false) .conflicts_with_all(&["tun_local6", "tun_peer6"]), )