From 8c37cab04e8184beffd0e44bd22db997ff404f08 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 7 Jul 2025 15:53:31 +0300 Subject: [PATCH] update comment --- README.md | 2 +- src/config.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbc8b53..821f9bd 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.json\ Enable UPnP --enable-upload - Enable upload (share received bytes with BitTorrent network) + Enable upload (share bytes received with BitTorrent network) --preload Directory path to store preloaded data (e.g. `.torrent` files) diff --git a/src/config.rs b/src/config.rs index 74681fd..aa673ae 100644 --- a/src/config.rs +++ b/src/config.rs @@ -57,7 +57,7 @@ pub struct Config { #[arg(long, default_value_t = false)] pub enable_upnp_port_forwarding: bool, - /// Enable upload (share received bytes with BitTorrent network) + /// Enable upload (share bytes received with BitTorrent network) #[arg(long, default_value_t = false)] pub enable_upload: bool,