Skip to content

Commit

Permalink
mimic the same line wrapping as before [#2968]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 10, 2025
1 parent 5d8646c commit ea0d3b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core/flags/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6633,7 +6633,8 @@ impl Flag for Threads {
fn doc_long(&self) -> &'static str {
r"
This flag sets the approximate number of threads to use. A value of \fB0\fP
(default) will use all logical CPU cores up to 12 threads."
(default) will use all logical CPU cores up to 12 threads.
"
}

fn update(&self, v: FlagValue, args: &mut LowArgs) -> anyhow::Result<()> {
Expand Down

0 comments on commit ea0d3b8

Please sign in to comment.