Skip to content

Commit

Permalink
Updated help texts
Browse files Browse the repository at this point in the history
  • Loading branch information
AVee committed Feb 14, 2025
1 parent 7f49eca commit e537f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions espflash/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ pub struct ChecksumMd5Args {
#[derive(Debug, Args)]
#[non_exhaustive]
pub struct ListPortsArgs {
/// List all available serial ports, instead of just those likely to be development boards.
/// Includes non-usb ports such as PCI devices.
/// List all available serial ports, instead of just those likely to be
/// development boards. Includes non-usb ports such as PCI devices.
#[arg(short = 'a', long)]
pub list_all_ports: bool,

Expand Down

0 comments on commit e537f27

Please sign in to comment.