fix helptext
This commit is contained in:
@@ -1962,11 +1962,11 @@ int CmdEM4x05Sniff(const char *Cmd) {
|
||||
bool haveData, sampleData = true;
|
||||
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "lf em 4x05_sniff",
|
||||
CLIParserInit(&ctx, "lf em 4x05 sniff",
|
||||
"Sniff EM4x05 commands sent from a programmer",
|
||||
"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 -r -> reverse the bit order when showing block data"
|
||||
"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 -r --> reverse the bit order when showing block data"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
|
||||
Reference in New Issue
Block a user