From b8a04d6d69bf1c46d5f04b9ff5e54a627ffca957 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 3 Sep 2021 21:12:02 +0200 Subject: [PATCH] text --- client/src/cmdlfnedap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfnedap.c b/client/src/cmdlfnedap.c index 98a6d2d31..41f9f3bbf 100644 --- a/client/src/cmdlfnedap.c +++ b/client/src/cmdlfnedap.c @@ -459,7 +459,7 @@ static int CmdLFNedapClone(const char *Cmd) { if (res == PM3_SUCCESS) { PrintAndLogEx(INFO, "The block 0 was changed (eXtended) which can be hard to detect."); - PrintAndLogEx(INFO, "Configure it manually " _YELLOW_("`lf t55xx config -b 64 --BI -i -o 32`")); + PrintAndLogEx(INFO, "Configure it manually " _YELLOW_("`lf t55xx config --rate 64 --BI -i -o 32`")); } else { PrintAndLogEx(NORMAL, ""); } -- 2.11.4.GIT