Chg: added hint texts to lf clone commands
This commit is contained in:
@@ -620,7 +620,10 @@ static int CmdIndalaClone(const char *Cmd) {
|
||||
}
|
||||
|
||||
print_blocks(blocks, max);
|
||||
return clone_t55xx_tag(blocks, max);
|
||||
int res = clone_t55xx_tag(blocks, max);
|
||||
PrintAndLogEx(SUCCESS, "Done");
|
||||
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`lf indala read`") "to verify");
|
||||
return res;
|
||||
}
|
||||
|
||||
static command_t CommandTable[] = {
|
||||
|
||||
Reference in New Issue
Block a user