mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: textual changes.
CHG: remove unused #includes and added some comments
This commit is contained in:
parent
87c10b2a0f
commit
08439eea22
2 changed files with 8 additions and 13 deletions
|
@ -335,8 +335,8 @@ static command_t CommandTable[] = {
|
|||
{"help", CmdHelp, 1, "This help"},
|
||||
{"demod", CmdFdxDemod,1, "Attempt extract tag data from graphbuf"},
|
||||
{"read", CmdFdxRead, 0, "Attempt to read and extract tag data"},
|
||||
{"clone", CmdFdxClone,0, "clone animal ID tag"},
|
||||
{"sim", CmdFdxSim, 0, "simulate animal ID tag"},
|
||||
{"clone", CmdFdxClone,0, "Clone animal ID tag to T55x7"},
|
||||
{"sim", CmdFdxSim, 0, "Animal ID tag simulator"},
|
||||
{NULL, NULL, 0, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue