Skip to content

Commit

Permalink
fix short flag for --cores
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 26, 2024
1 parent 8be4515 commit 2ebe412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct Cli {
max_jobs: u8,

#[arg(
short = 'j',
short = 'u',
long,
help = "Maximum number CPU cores being used by a single build..",
default_value = "2"
Expand Down

0 comments on commit 2ebe412

Please sign in to comment.