diff --git a/client/src/main.rs b/client/src/main.rs index 31d5d82..66b281d 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -17,7 +17,7 @@ struct Cli { port: u16, /// Host name or IP address of the server. - #[arg(short, long, default_value = "127.0.0.1", help = "Host name or IP address of the server")] + #[arg(long, default_value = "127.0.0.1", help = "Host name or IP address of the server")] host: String, }