CHG: 'info' unified helptext.

ADD: 'hf 14a info'  - skeleton function
This commit is contained in:
iceman1001 2017-10-30 12:17:32 +01:00
commit ee1612870c
5 changed files with 15 additions and 8 deletions

View file

@ -659,7 +659,7 @@ int CmdHF14ADesAuth(const char *Cmd){
static command_t CommandTable[] = {
{"help", CmdHelp, 1, "This help"},
{"info", CmdHF14ADesInfo, 0, "Get MIFARE DesFire information"},
{"info", CmdHF14ADesInfo, 0, "Tag information"},
{"enum", CmdHF14ADesEnumApplications,0, "Tries enumerate all applications"},
{"auth", CmdHF14ADesAuth, 0, "Tries a MIFARE DesFire Authentication"},
{"rdbl", CmdHF14ADesRb, 0, "Read MIFARE DesFire block"},