restore order

This commit is contained in:
shimun 2020-04-29 20:33:28 +02:00
parent b8ae9d91f0
commit 69732a1ad6
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -243,14 +243,15 @@ pub enum Command {
Open {
#[structopt(flatten)]
luks: LuksParameters,
#[structopt(env = "FIDO2LUKS_MAPPER_NAME")]
name: String,
#[structopt(flatten)]
credentials: Credentials,
#[structopt(flatten)]
authenticator: AuthenticatorParameters,
#[structopt(flatten)]
secret: SecretParameters,
#[structopt(env = "FIDO2LUKS_MAPPER_NAME")]
name: String,
#[structopt(short = "r", long = "max-retries", default_value = "0")]
retries: i32,
},