Skip to content

Commit dfe85c5

Browse files
committed
fix: update usage of threads to be a minimum of five
1 parent fdd3899 commit dfe85c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/commands/demux.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ pub(crate) struct Demux {
622622
#[clap(long, short = 'd', default_value = "2")]
623623
min_mismatch_delta: usize,
624624

625-
/// The number of threads to use. Cannot be less than 3.
625+
/// The number of threads to use. Cannot be less than 5.
626626
#[clap(long, short = 't', default_value = "8")]
627627
threads: usize,
628628

0 commit comments

Comments
 (0)