mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-09 08:05:09 +00:00
image format doc
This commit is contained in:
@@ -20,7 +20,7 @@ pub struct BuildArgs {
|
||||
/// Comma delimited list of build features
|
||||
#[clap(long, use_delimiter(true))]
|
||||
pub features: Option<Vec<String>>,
|
||||
/// Image format to flash
|
||||
/// Image format to flash (bootloader/direct-boot)
|
||||
#[clap(long)]
|
||||
pub format: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user