Skip to content

Commit 30953a7

Browse files
[cargo-espflash]: Fix -s collision (#731)
* fix: `-s` collision * docs: Update changelog
1 parent c9183ff commit 30953a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
### Fixed
15-
1615
- Update the app image SHA in the correct location for padded images (#715)
16+
- Fix `-s` argument collision (#731)
1717

1818
### Removed
1919

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)