diff --git a/src/bin/udpgw_server.rs b/src/bin/udpgw_server.rs index 8f475e5..d02d6c4 100644 --- a/src/bin/udpgw_server.rs +++ b/src/bin/udpgw_server.rs @@ -29,6 +29,7 @@ impl Client { } #[derive(Debug, Clone, clap::Parser)] +#[command(author, version, about = "UDP Gateway Server for tun2proxy", long_about = None)] pub struct UdpGwArgs { /// UDP gateway listen address #[arg(short, long, value_name = "IP:PORT", default_value = "127.0.0.1:7300")]