Skip to content

Commit

Permalink
Fixed threads parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 15, 2023
1 parent 97ff65c commit a3e64d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/rimage/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn main() -> Result<(), Box<dyn Error>> {
arg!(-b --backup "Appends \".backup\" suffix to input file(s) extension")
.action(ArgAction::SetTrue),
#[cfg(feature = "parallel")]
arg!(-t --threads "Number of threads to use [default: number of cores]")
arg!(-t --threads <NUM> "Number of threads to use [default: number of cores]")
.value_parser(value_parser!(usize)),
])
.next_help_heading("Quantization")
Expand Down

0 comments on commit a3e64d8

Please sign in to comment.