From 173bfbf7886608a4a7abbfac6a42ac4bf4a3432d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 20 Sep 2020 16:14:20 +0100 Subject: New upstream version 1.5.0 --- tools/fido2-cred.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/fido2-cred.c') diff --git a/tools/fido2-cred.c b/tools/fido2-cred.c index 45efca0..ce277f5 100644 --- a/tools/fido2-cred.c +++ b/tools/fido2-cred.c @@ -12,7 +12,7 @@ * $ echo user name >> cred_param * $ dd if=/dev/urandom bs=1 count=32 | base64 >> cred_param * $ fido2-cred -M -i cred_param /dev/hidraw5 | fido2-cred -V -o cred - */ + */ #include #include @@ -26,8 +26,8 @@ void usage(void) { fprintf(stderr, -"usage: fido2-cred -M [-dhqruv] [-i input_file] [-o output_file] device [type]\n" -" fido2-cred -V [-dhv] [-i input_file] [-o output_file] [type]\n" +"usage: fido2-cred -M [-dhqruv] [-c cred_protect] [-i input_file] [-o output_file] device [type]\n" +" fido2-cred -V [-dhv] [-c cred_protect] [-i input_file] [-o output_file] [type]\n" ); exit(1); -- cgit v1.2.3