mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-17 05:09:43 +00:00
Update main.rs
Help explanation is saying the opposite meaning of the flag: -w, --without-boot2 With boot2 Expected is: -w, --without-boot2 Without boot2
This commit is contained in:
parent
0018374ab2
commit
c7e23256b8
@ -38,7 +38,7 @@ struct Boot2Opt {
|
||||
/// Path to efuse_bootheader_cfg.conf
|
||||
#[structopt(parse(from_os_str))]
|
||||
boot_header_cfg: Option<PathBuf>,
|
||||
/// With boot2
|
||||
/// Without boot2
|
||||
#[structopt(short, long)]
|
||||
without_boot2: bool,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user