mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: some help text edited and rearrange the commands to be in the same order
This commit is contained in:
parent
f56d00bf1d
commit
3384999c83
14 changed files with 141 additions and 115 deletions
|
@ -264,8 +264,8 @@ static command_t CommandTable[] = {
|
|||
{"help", CmdHelp, 1, "This help"},
|
||||
{"demod", CmdNoralsyDemod,1, "Demodulate an Noralsy tag from the GraphBuffer"},
|
||||
{"read", CmdNoralsyRead, 0, "Attempt to read and extract tag data from the antenna"},
|
||||
{"sim", CmdNoralsySim, 0, "Noralsy tag simulator"},
|
||||
{"clone", CmdNoralsyClone,0, "clone Noralsy to T55x7"},
|
||||
{"sim", CmdNoralsySim, 0, "simulate Noralsy tag"},
|
||||
{NULL, NULL, 0, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue