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,