We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39d021 commit 7cd71c8Copy full SHA for 7cd71c8
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
### Fixed
13
+- Fixed help text for size parameter of read-flash subcommand
14
15
### Changed
16
espflash/src/cli/mod.rs
@@ -198,7 +198,7 @@ pub struct ReadFlashArgs {
198
/// Connection configuration
199
#[clap(flatten)]
200
connect_args: ConnectArgs,
201
- /// Size of the region to erase
+ /// Size of the region to read
202
#[arg(value_name = "SIZE", value_parser = parse_uint32)]
203
pub size: u32,
204
/// Name of binary dump
0 commit comments