Skip to content

Commit

Permalink
Fixed docs for ReadFlashArgs
Browse files Browse the repository at this point in the history
The size parameter of the read-flash subcommand indicated it was erasing flash.
  • Loading branch information
irwineffect authored Apr 7, 2024
1 parent c39d021 commit 0154371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espflash/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub struct ReadFlashArgs {
/// Connection configuration
#[clap(flatten)]
connect_args: ConnectArgs,
/// Size of the region to erase
/// Size of the region to read
#[arg(value_name = "SIZE", value_parser = parse_uint32)]
pub size: u32,
/// Name of binary dump
Expand Down

0 comments on commit 0154371

Please sign in to comment.