From f7179b1f12a6a61c7e36a4e2ede2cf735228553b Mon Sep 17 00:00:00 2001 From: Token2 Date: Wed, 20 Nov 2024 10:55:25 +0100 Subject: [PATCH] Update fido2-token.c setting a new pin from the command line without confirmation --- tools/fido2-token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fido2-token.c b/tools/fido2-token.c index b4fb6ab..d329b00 100644 --- a/tools/fido2-token.c +++ b/tools/fido2-token.c @@ -29,7 +29,7 @@ usage(void) " fido2-token -S [-adefu] [-l pin_length] [-i template_id -n template_name] device\n" " fido2-token -Sb [-k key_path] [-i cred_id -n rp_id] blob_path device\n" " fido2-token -Sc -i cred_id -k user_id -n name -p display_name device\n" -" fido2-token -S -P new_pin device\n" // Add this line for -P +" fido2-token -S -P new_pin device\n" // Add this line for setting a new pin from the command line " fido2-token -Sm rp_id device\n" " fido2-token -V\n" );