open-token alias
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
shimun 2020-10-13 19:23:02 +02:00
parent 24a06b9085
commit 716a845e55
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -222,7 +222,7 @@ pub enum Command {
luks_mod: LuksModParameters, luks_mod: LuksModParameters,
}, },
/// Open the LUKS device /// Open the LUKS device
#[structopt(name = "open")] #[structopt(name = "open", alias = "open-token")]
Open { Open {
#[structopt(flatten)] #[structopt(flatten)]
luks: LuksParameters, luks: LuksParameters,