rename argument from initial_peers to initial_peer

This commit is contained in:
yggverse 2025-06-07 16:42:47 +03:00
parent 491f7ef3c4
commit 525a487806
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ pub struct Argument {
/// Define initial peer(s) to preload the `.torrent` files info
#[arg(long)]
pub initial_peers: Vec<String>,
pub initial_peer: Vec<String>,
/// Enable DHT resolver
#[arg(long, default_value_t = false)]