mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Update cmdlfem4x05.c
Typo fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user