small refactoring

This commit is contained in:
merlokk 2017-10-31 19:11:23 +02:00
commit 5bcb3496fa
3 changed files with 7 additions and 10 deletions

View file

@ -618,7 +618,7 @@ int CmdHF14AAPDU(const char *cmd) {
PrintAndLog("Usage: hf 14a apdu [-s] [-k] [-t] <APDU (hex)>");
PrintAndLog(" -s activate field and select card");
PrintAndLog(" -k leave the signal field ON after receive response");
PrintAndLog(" -t executes TLV decoder if it possible");
PrintAndLog(" -t executes TLV decoder if it possible. TODO!!!!");
return 0;
}