Update cmdlfem4x05.c

Typo fix
This commit is contained in:
rad1game
2021-06-24 19:05:35 +04:00
committed by GitHub
parent ffddfea841
commit a4643516f8

View File

@@ -1857,7 +1857,7 @@ int CmdEM4x05Unlock(const char *Cmd) {
// compute number of bits flipped
PrintAndLogEx(INFO, "Bitflips: %2u events => %s", bitcount32(bitflips), bitstring);
PrintAndLogEx(INFO, "New protection word => " _CYAN_("%08X") "\n", word14b);
PrintAndLogEx(INFO, "Try " _YELLOW_("`lf em 4x05_dump`"));
PrintAndLogEx(INFO, "Try " _YELLOW_("`lf em 4x05 dump`"));
}
if (verbose) {