Skip to content

Commit 6853559

Browse files
committed
Fix typo
1 parent ecfb6bc commit 6853559

File tree

1 file changed

+1
-1
lines changed
  • crates/subspace-farmer/src/bin/subspace-farmer/commands

1 file changed

+1
-1
lines changed

crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub(crate) struct FarmingArgs {
108108
#[arg(long, alias = "metrics-endpoint")]
109109
metrics_endpoints: Vec<SocketAddr>,
110110
/// Defines how many sectors farmer will download concurrently, allows to limit memory usage of
111-
/// the plotting process, defaults to `--sector-downloading-concurrency` + 1 to download future
111+
/// the plotting process, defaults to `--sector-encoding-concurrency` + 1 to download future
112112
/// sector ahead of time
113113
#[arg(long)]
114114
sector_downloading_concurrency: Option<NonZeroUsize>,

0 commit comments

Comments
 (0)