From 590c7ff71750d8649ce264ab5fc0f39290676232 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 9 Mar 2021 22:02:08 +0100 Subject: [PATCH] fix helptext --- client/src/cmdlfem4x05.c | 8 ++++---- client/src/cmdlfem4x50.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/cmdlfem4x05.c b/client/src/cmdlfem4x05.c index 0a65c1cb2..f0d2b6cf5 100644 --- a/client/src/cmdlfem4x05.c +++ b/client/src/cmdlfem4x05.c @@ -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[] = { diff --git a/client/src/cmdlfem4x50.c b/client/src/cmdlfem4x50.c index fc4f75e5b..9fda23296 100644 --- a/client/src/cmdlfem4x50.c +++ b/client/src/cmdlfem4x50.c @@ -568,7 +568,7 @@ int em4x50_read(em4x50_data_t *etd, em4x50_word_t *out) { int CmdEM4x50Read(const char *Cmd) { CLIParserContext *ctx; - CLIParserInit(&ctx, "lf em 4x50 read", + CLIParserInit(&ctx, "lf em 4x50 rdbl", "Reads single EM4x50 block/word.", "lf em 4x50 rdbl -b 3\n" "lf em 4x50 rdbl -b 32 -p 12345678 -> reads block 32 with pwd 0x12345678\n"