mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
CHG: help text
This commit is contained in:
parent
c2ab5e8c4e
commit
59fc313d99
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ static command_t CommandTable[] = {
|
|||
{"save", CmdLegicSave, 0, "<filename> [<length>] -- Store samples"},
|
||||
{"load", CmdLegicLoad, 0, "<filename> -- Restore samples"},
|
||||
{"sim", CmdLegicRfSim, 0, "[phase drift [frame drift [req/resp drift]]] Start tag simulator (use after load or read)"},
|
||||
{"write", CmdLegicRfWrite, 0, "<offset> <length> <iv> -- Write sample buffer (user after load or read)"},
|
||||
{"write", CmdLegicRfWrite, 0, "Write data to tag"},
|
||||
{"crc", CmdLegicCalcCrc, 1, "Calculate Legic CRC over given hexbytes"},
|
||||
{"eload", CmdLegicELoad, 1, "Load binary dump to emulator memory"},
|
||||
{"esave", CmdLegicESave, 1, "Save emulator memory to binary file"},
|
||||
|
|
Loading…
Reference in a new issue