Update fido2-token.c

setting a new pin from the command line without confirmation
This commit is contained in:
Token2
2024-11-20 10:55:25 +01:00
committed by GitHub
parent bf7376176c
commit f7179b1f12

View File

@@ -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"
);