From 2c529eb10842b01d82cf149365454043fd4c3a35 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Sun, 9 Feb 2014 20:31:51 +0100 Subject: [PATCH] more text about pin-retries --- yubico-piv-tool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yubico-piv-tool.c b/yubico-piv-tool.c index 59d5f76..3cfed24 100644 --- a/yubico-piv-tool.c +++ b/yubico-piv-tool.c @@ -1390,7 +1390,8 @@ int main(int argc, char *argv[]) { if(set_pin_retries(&card, args_info.pin_retries_arg, args_info.puk_retries_arg, verbosity) == false) { return EXIT_FAILURE; } - printf("Successfully changed pin retries to %d and puk retries to %d.\n", args_info.pin_retries_arg, args_info.puk_retries_arg); + printf("Successfully changed pin retries to %d and puk retries to %d, both codes have been reset to default now.\n", + args_info.pin_retries_arg, args_info.puk_retries_arg); } else { fprintf(stderr, "The pin-retries action needs both --pin-retries and --puk-retries arguments.\n"); return EXIT_FAILURE;