feat: v1.5.7, update piv
This commit is contained in:
@@ -11,7 +11,7 @@ impl Command for CommandImpl {
|
||||
fn name(&self) -> &str { "chall-config" }
|
||||
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name()).about("YubiKey challenge-response HMAC config")
|
||||
SubCommand::with_name(self.name()).about("YubiKey challenge-response HMAC configuration")
|
||||
.arg(Arg::with_name("secret").short("s").long("secret").takes_value(true).help("Secret"))
|
||||
.arg(Arg::with_name("secret-hex").short("x").long("secret-hex").takes_value(true).help("Secret HEX"))
|
||||
.arg(Arg::with_name("button-press").long("button-press").help("Require button press"))
|
||||
|
||||
Reference in New Issue
Block a user