image format doc

This commit is contained in:
Robin Appelman
2021-10-30 18:06:53 +02:00
parent eb79e9aab0
commit 449b067303

View File

@@ -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>,
}