feat: fix YubiKey typo

This commit is contained in:
2025-05-01 22:41:09 +08:00
parent 1773186dbf
commit 86489c5d29
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ impl Command for CommandImpl {
fn subcommand<'a>(&self) -> App<'a, 'a> {
SubCommand::with_name(self.name())
.about("Yubikey HMAC encrypt")
.about("YubiKey HMAC encrypt")
.arg(
Arg::with_name("plaintext")
.long("plaintext")