fix help msg of kcp

This commit is contained in:
sijie.sun
2025-02-06 16:19:57 +08:00
committed by Sijie.Sun
parent e833c2a28b
commit eca1231831
2 changed files with 2 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ struct Cli {
#[arg(
long,
help = t!("core_clap.enable_kcp_proxy").to_string(),
help = t!("core_clap.disable_kcp_input").to_string(),
default_value = "false"
)]
disable_kcp_input: bool,