mirror of https://github.com/ikatson/rqbit
Better --help text
This commit is contained in:
parent
1180c36c79
commit
6ea9d94e5a
|
|
@ -180,6 +180,8 @@ struct Opts {
|
||||||
|
|
||||||
/// What network device to bind to for DHT, BT-UDP, BT-TCP, trackers and LSD.
|
/// What network device to bind to for DHT, BT-UDP, BT-TCP, trackers and LSD.
|
||||||
/// On OSX will use IP(V6)_BOUND_IF, on Linux will use SO_BINDTODEVICE.
|
/// On OSX will use IP(V6)_BOUND_IF, on Linux will use SO_BINDTODEVICE.
|
||||||
|
///
|
||||||
|
/// Not supported on Windows (will error if you try to use it).
|
||||||
#[arg(long = "bind-device", env = "RQBIT_BIND_DEVICE")]
|
#[arg(long = "bind-device", env = "RQBIT_BIND_DEVICE")]
|
||||||
bind_device_name: Option<String>,
|
bind_device_name: Option<String>,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue