From 813f1e228c77156f416841b8d6fb6e73d147dee0 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 8 Oct 2019 16:10:50 +0200 Subject: [PATCH] fix nedap examples --- client/cmdlfnedap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdlfnedap.c b/client/cmdlfnedap.c index f4c5346e2..66d093800 100644 --- a/client/cmdlfnedap.c +++ b/client/cmdlfnedap.c @@ -41,7 +41,7 @@ static int usage_lf_nedap_gen(void) { PrintAndLogEx(NORMAL, " l : optional - long (128), default to short (64)"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " lf nedap generate s 1 c 123 i 112233"); + PrintAndLogEx(NORMAL, " lf nedap generate s 1 c 123 i 12345"); return PM3_SUCCESS; } @@ -58,7 +58,7 @@ static int usage_lf_nedap_clone(void) { // PrintAndLogEx(NORMAL, " Q5 : optional - clone to Q5 (T5555) instead of T55x7 chip"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " lf nedap clone s 1 c 123 i 112233"); + PrintAndLogEx(NORMAL, " lf nedap clone s 1 c 123 i 12345"); return PM3_SUCCESS; }