mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
fix helptext
This commit is contained in:
parent
60f08c9060
commit
590c7ff717
2 changed files with 5 additions and 5 deletions
|
@ -1962,11 +1962,11 @@ int CmdEM4x05Sniff(const char *Cmd) {
|
||||||
bool haveData, sampleData = true;
|
bool haveData, sampleData = true;
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "lf em 4x05_sniff",
|
CLIParserInit(&ctx, "lf em 4x05 sniff",
|
||||||
"Sniff EM4x05 commands sent from a programmer",
|
"Sniff EM4x05 commands sent from a programmer",
|
||||||
"lf em 4x05_sniff -> sniff via lf sniff\n"
|
"lf em 4x05 sniff --> sniff via lf sniff\n"
|
||||||
"lf em 4x05_sniff -1 -> sniff from data loaded into the buffer\n"
|
"lf em 4x05 sniff -1 --> sniff from data loaded into the buffer\n"
|
||||||
"lf em 4x05_sniff -r -> reverse the bit order when showing block data"
|
"lf em 4x05 sniff -r --> reverse the bit order when showing block data"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
|
@ -568,7 +568,7 @@ int em4x50_read(em4x50_data_t *etd, em4x50_word_t *out) {
|
||||||
|
|
||||||
int CmdEM4x50Read(const char *Cmd) {
|
int CmdEM4x50Read(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "lf em 4x50 read",
|
CLIParserInit(&ctx, "lf em 4x50 rdbl",
|
||||||
"Reads single EM4x50 block/word.",
|
"Reads single EM4x50 block/word.",
|
||||||
"lf em 4x50 rdbl -b 3\n"
|
"lf em 4x50 rdbl -b 3\n"
|
||||||
"lf em 4x50 rdbl -b 32 -p 12345678 -> reads block 32 with pwd 0x12345678\n"
|
"lf em 4x50 rdbl -b 32 -p 12345678 -> reads block 32 with pwd 0x12345678\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue