diff --git a/src/cli_args.rs b/src/cli_args.rs index 9f4a645..526db7f 100644 --- a/src/cli_args.rs +++ b/src/cli_args.rs @@ -10,7 +10,7 @@ pub struct CliArgs { /// force IPv6 #[arg(short='6', long=None, default_value_t=false, conflicts_with = "force_ipv4")] pub force_ipv6: bool, - /// use 8-bit data path (don’t strip high bit) + /// use 8-bit data path (don't strip high bit) #[arg(short='8', long=None, default_value_t=false)] pub use_8bit_data_path: bool, /// disable escape character (ignored)