From 795269ca423e76b63e104eca0fe6fd894e8e86ee Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Thu, 28 Mar 2024 19:24:37 -0700 Subject: [PATCH] fix cli option docs --- server/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/src/main.rs b/server/src/main.rs index feebd83..eac6387 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -37,8 +37,7 @@ struct Cli { /// Host the server should bind to #[arg(long = "host", short, value_name = "HOST", default_value = "0.0.0.0")] bind_host: String, - /// Whether the server should listen on a Unix socket located at the value of the bind_host - /// argument + /// Whether the server should listen on a Unix socket located at the value of the host argument #[arg(long, short)] unix_socket: bool, /// Whether the server should block IP addresses that are not globally reachable