added: allow-discards env var
This commit is contained in:
parent
f6c2bc4cdb
commit
b939e9efcd
@ -245,7 +245,7 @@ pub enum Command {
|
|||||||
#[structopt(long = "dry-run")]
|
#[structopt(long = "dry-run")]
|
||||||
dry_run: bool,
|
dry_run: bool,
|
||||||
/// Pass SSD trim instructions to the underlying block device
|
/// Pass SSD trim instructions to the underlying block device
|
||||||
#[structopt(long = "allow-discards")]
|
#[structopt(long = "allow-discards", env = "FIDO2LUKS_ALLOW_DISCARDS")]
|
||||||
allow_discards: bool,
|
allow_discards: bool,
|
||||||
},
|
},
|
||||||
/// Generate a new FIDO credential
|
/// Generate a new FIDO credential
|
||||||
|
Loading…
x
Reference in New Issue
Block a user