From bae3febced2f0b59508c998159e64893c89bc63f Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 8 Aug 2025 21:10:28 +0300 Subject: [PATCH] update comment --- src/config.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,