mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
fixes #1986. spelling
This commit is contained in:
parent
cfb3a52782
commit
03e1b23fb0
1 changed files with 2 additions and 2 deletions
|
@ -2690,7 +2690,7 @@ static void wait4response(uint8_t b) {
|
||||||
int CmdHF14MfUTamper(const char *Cmd) {
|
int CmdHF14MfUTamper(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf mfu tamper",
|
CLIParserInit(&ctx, "hf mfu tamper",
|
||||||
"Set the congiguration of the NTAG 213TT tamper feature\n"
|
"Set the configuration of the NTAG 213TT tamper feature\n"
|
||||||
"Supports:\n"
|
"Supports:\n"
|
||||||
"NTAG 213TT\n",
|
"NTAG 213TT\n",
|
||||||
"hf mfu tamper -e -> enable tamper feature\n"
|
"hf mfu tamper -e -> enable tamper feature\n"
|
||||||
|
@ -4697,7 +4697,7 @@ static command_t CommandTable[] = {
|
||||||
{"restore", CmdHF14AMfURestore, IfPm3Iso14443a, "Restore a dump onto a MFU MAGIC tag"},
|
{"restore", CmdHF14AMfURestore, IfPm3Iso14443a, "Restore a dump onto a MFU MAGIC tag"},
|
||||||
{"view", CmdHF14AMfuView, AlwaysAvailable, "Display content from tag dump file"},
|
{"view", CmdHF14AMfuView, AlwaysAvailable, "Display content from tag dump file"},
|
||||||
{"wrbl", CmdHF14AMfUWrBl, IfPm3Iso14443a, "Write block"},
|
{"wrbl", CmdHF14AMfUWrBl, IfPm3Iso14443a, "Write block"},
|
||||||
{"tamper", CmdHF14MfUTamper, IfPm3Iso14443a, "Cofigure the tamper feature on an NTAG 213TT"},
|
{"tamper", CmdHF14MfUTamper, IfPm3Iso14443a, "Configure the tamper feature on an NTAG 213TT"},
|
||||||
{"---------", CmdHelp, IfPm3Iso14443a, "----------------------- " _CYAN_("simulation") " -----------------------"},
|
{"---------", CmdHelp, IfPm3Iso14443a, "----------------------- " _CYAN_("simulation") " -----------------------"},
|
||||||
{"eload", CmdHF14AMfUeLoad, IfPm3Iso14443a, "Load Ultralight dump file into emulator memory"},
|
{"eload", CmdHF14AMfUeLoad, IfPm3Iso14443a, "Load Ultralight dump file into emulator memory"},
|
||||||
{"esave", CmdHF14AMfuESave, IfPm3Iso14443a, "Save Ultralight dump file from emulator memory"},
|
{"esave", CmdHF14AMfuESave, IfPm3Iso14443a, "Save Ultralight dump file from emulator memory"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue