feat: fix YubiKey typo
This commit is contained in:
@@ -13,7 +13,7 @@ impl Command for CommandImpl {
|
||||
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name())
|
||||
.about("Yubikey HMAC decrypt")
|
||||
.about("YubiKey HMAC decrypt")
|
||||
.arg(
|
||||
Arg::with_name("ciphertext")
|
||||
.long("ciphertext")
|
||||
|
||||
Reference in New Issue
Block a user