mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix command help spacing/order for em4x70
This commit is contained in:
parent
64dd8614d8
commit
be3af8d32c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ static command_t CommandTable[] = {
|
|||
{"410x", CmdLFEM410X, AlwaysAvailable, "EM 4102 commands..."},
|
||||
{"4x05", CmdLFEM4X05, AlwaysAvailable, "EM 4205 / 4305 / 4369 / 4469 commands..."},
|
||||
{"4x50", CmdLFEM4X50, AlwaysAvailable, "EM 4350 / 4450 commands..."},
|
||||
{"4x70", CmdLFEM4X70, AlwaysAvailable, "EM 4170 /4070 commands..."},
|
||||
{"4x70", CmdLFEM4X70, AlwaysAvailable, "EM 4070 / 4170 commands..."},
|
||||
{NULL, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue