more text about pin-retries

This commit is contained in:
Klas Lindfors
2014-02-09 20:31:51 +01:00
parent e8d0a6f265
commit 2c529eb108
+2 -1
View File
@@ -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;