From 68535593ae0d38b463582c2f9058b4db56cf654b Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Thu, 25 Jan 2024 14:33:58 +0200 Subject: [PATCH] Fix typo --- crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs b/crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs index 40a6d93252..ab70ab19dd 100644 --- a/crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs +++ b/crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs @@ -108,7 +108,7 @@ pub(crate) struct FarmingArgs { #[arg(long, alias = "metrics-endpoint")] metrics_endpoints: Vec, /// Defines how many sectors farmer will download concurrently, allows to limit memory usage of - /// the plotting process, defaults to `--sector-downloading-concurrency` + 1 to download future + /// the plotting process, defaults to `--sector-encoding-concurrency` + 1 to download future /// sector ahead of time #[arg(long)] sector_downloading_concurrency: Option,