since r588, mifare-desfire-write-ndef doesn't change anymore permanently settings, executing it is now reversible.
This commit is contained in:
parent
2914460a13
commit
fa41d85c94
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ main(int argc, char *argv[])
|
|||
nfc_device_t *device = NULL;
|
||||
MifareTag *tags = NULL;
|
||||
|
||||
printf ("WARNING: This application turns Mifare DESFire targets into NFC Forum Type 4 Tags.\n");
|
||||
printf ("THIS IS IRREVERSIBLE!\n");
|
||||
printf ("NOTE: This application turns Mifare DESFire targets into NFC Forum Type 4 Tags.\n");
|
||||
|
||||
if (argc > 1)
|
||||
errx (EXIT_FAILURE, "usage: %s", argv[0]);
|
||||
|
|
Loading…
Reference in a new issue