append trackers to header info

This commit is contained in:
yggverse 2025-08-05 13:35:51 +03:00
parent 8a32bdda63
commit a47939153a
2 changed files with 13 additions and 1 deletions

View file

@ -36,7 +36,7 @@ pub struct Config {
#[arg(long)]
pub stats: Option<Url>,
/// Appends following tracker(s) to the magnet links
/// Display following tracker(s) in the header, append also to the magnet links
#[arg(long)]
pub tracker: Option<Vec<Url>>,