Skip to content

Commit 984af8d

Browse files
committed
fix: -s collision
1 parent c9183ff commit 984af8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-espflash/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum CargoSubcommand {
5353
subcommand: Commands,
5454

5555
/// Do not check for updates
56-
#[clap(short, long, global = true, action)]
56+
#[clap(short = 'S', long, global = true, action)]
5757
skip_update_check: bool,
5858
},
5959
}

0 commit comments

Comments
 (0)