Skip to content

Commit ae35d28

Browse files
committed
Fix conflicting requirements for target_parallelism and target_parallelism_per_worker
1 parent a0d38d3 commit ae35d28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ctl/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ pub struct ScaleVerticalCommands {
326326
)]
327327
workers: Option<Vec<String>>,
328328

329-
/// The target parallelism per worker, conflicts with `target_parallelism`, requires
330-
/// `workers` to be set.
329+
/// The target parallelism per worker, requires `workers` to be set.
331330
#[clap(long, requires = "workers")]
332331
target_parallelism_per_worker: Option<u32>,
333332
}

0 commit comments

Comments
 (0)