mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
fix cli option docs
This commit is contained in:
parent
1ce39f6492
commit
795269ca42
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue