From 097835e684393d4a5c3a64dadfe18a626e87673e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 10 Apr 2019 13:32:35 +0200 Subject: [PATCH] fix nedap clone helptext. all waiting for the nedap clone cmd ... --- client/cmdlfnedap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/cmdlfnedap.c b/client/cmdlfnedap.c index 41d671d4a..521fa4117 100644 --- a/client/cmdlfnedap.c +++ b/client/cmdlfnedap.c @@ -10,6 +10,7 @@ #include "cmdlfnedap.h" static int CmdHelp(const char *Cmd); +/* static int usage_lf_nedap_clone(void) { PrintAndLogEx(NORMAL, "clone a NEDAP tag to a T55x7 tag."); PrintAndLogEx(NORMAL, ""); @@ -23,6 +24,7 @@ static int usage_lf_nedap_clone(void) { PrintAndLogEx(NORMAL, " lf nedap clone 112233"); return 0; } +*/ static int usage_lf_nedap_sim(void) { PrintAndLogEx(NORMAL, "Enables simulation of NEDAP card with specified card number.");