update comment

This commit is contained in:
yggverse 2025-07-07 15:52:54 +03:00
parent f49ed0e11b
commit c09fdb5798
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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,