mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
rename argument from initial_peers to initial_peer
This commit is contained in:
parent
491f7ef3c4
commit
525a487806
3 changed files with 4 additions and 4 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue