diff --git a/crates/http/src/config.rs b/crates/http/src/config.rs index 56c3f41..9ca317f 100644 --- a/crates/http/src/config.rs +++ b/crates/http/src/config.rs @@ -32,7 +32,7 @@ pub struct Config { pub host: IpAddr, /// Bind server on given port - #[arg(long, short, default_value_t = 8000)] + #[arg(long, default_value_t = 8000)] pub port: u16, /// Configure instance in the debug mode