mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
chg: text
This commit is contained in:
parent
9cd0256a81
commit
3d7cf1e9b7
1 changed files with 3 additions and 3 deletions
|
@ -24,14 +24,14 @@ static command_t CommandTable[] = {
|
||||||
{"lf", CmdLF, 1, "{ Low Frequency commands... }"},
|
{"lf", CmdLF, 1, "{ Low Frequency commands... }"},
|
||||||
{"emv", CmdEMV, 1, "{ EMV iso14443 and iso7816... }"},
|
{"emv", CmdEMV, 1, "{ EMV iso14443 and iso7816... }"},
|
||||||
{"rem", CmdRem, 1, "{ Add text to row in log file }"},
|
{"rem", CmdRem, 1, "{ Add text to row in log file }"},
|
||||||
{"reveng", CmdRev, 1, "{ Crc calculations from the software reveng 1.53... }"},
|
{"reveng", CmdRev, 1, "{ Crc calculations from the RevEng software... }"},
|
||||||
{"script", CmdScript, 1, "{ Scripting commands }"},
|
{"script", CmdScript, 1, "{ Scripting commands }"},
|
||||||
{"trace", CmdTrace, 1, "{ Trace manipulation... }"},
|
{"trace", CmdTrace, 1, "{ Trace manipulation... }"},
|
||||||
#ifdef WITH_FLASH
|
#ifdef WITH_FLASH
|
||||||
{"mem", CmdFlashMem, 1, "{ RDV40, Flash Memory manipulation... }"},
|
{"mem", CmdFlashMem, 1, "{ Flash Memory manipulation... }"},
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_SMARTCARD
|
#ifdef WITH_SMARTCARD
|
||||||
{"sc", CmdSmartcard, 1, "{ RDV40, Smart card ISO7816 commands... }"},
|
{"sc", CmdSmartcard, 1, "{ Smart card ISO7816 commands... }"},
|
||||||
#endif
|
#endif
|
||||||
{"quit", CmdQuit, 1, ""},
|
{"quit", CmdQuit, 1, ""},
|
||||||
{"exit", CmdQuit, 1, "Exit program"},
|
{"exit", CmdQuit, 1, "Exit program"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue