diff --git a/src/config.rs b/src/config.rs index 0024623..c23495b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -12,7 +12,9 @@ pub struct Config { #[arg(long)] pub infohash: Vec, - /// Remote address or local path + /// The P2P Blocklist file URL (to filter outgoing connections) + /// + /// * use `--blocklist=file:///path/to/blocklist.txt` format for the local path #[arg(long)] pub blocklist: Option,