mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update comment
This commit is contained in:
parent
f49ed0e11b
commit
c09fdb5798
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.json\
|
|||
Enable UPnP
|
||||
|
||||
--enable-upload
|
||||
Enable upload
|
||||
Enable upload (share received bytes with BitTorrent network)
|
||||
|
||||
--preload <PRELOAD>
|
||||
Directory path to store preloaded data (e.g. `.torrent` files)
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ pub struct Config {
|
|||
#[arg(long, default_value_t = false)]
|
||||
pub enable_upnp_port_forwarding: bool,
|
||||
|
||||
/// Enable upload
|
||||
/// Enable upload (share received bytes with BitTorrent network)
|
||||
#[arg(long, default_value_t = false)]
|
||||
pub enable_upload: bool,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue