From 0ce9e37fb746e37f3a12e55b2130f9ebe8e22484 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 10 Apr 2019 13:17:31 +0200 Subject: [PATCH] Remove duplicate helptext --- client/cmdlfem4x.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/client/cmdlfem4x.c b/client/cmdlfem4x.c index ecd2538fb..b00d326d9 100644 --- a/client/cmdlfem4x.c +++ b/client/cmdlfem4x.c @@ -54,19 +54,6 @@ static int usage_lf_em410x_ws(void) { PrintAndLogEx(NORMAL, " lf em 410x_spoof"); return 0; } -static int usage_lf_em410x_clone(void) { - PrintAndLogEx(NORMAL, "Simulating EM410x tag"); - PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(NORMAL, "Usage: lf em 410x_clone [h] "); - PrintAndLogEx(NORMAL, "Options:"); - PrintAndLogEx(NORMAL, " h - this help"); - PrintAndLogEx(NORMAL, " uid - uid (10 HEX symbols)"); - PrintAndLogEx(NORMAL, " clock - clock (32|64) (optional)"); - PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " lf em 410x_clone 0F0368568B"); - PrintAndLogEx(NORMAL, " lf em 410x_clone 0F0368568B 32"); - return 0; -} static int usage_lf_em410x_sim(void) { PrintAndLogEx(NORMAL, "Simulating EM410x tag"); PrintAndLogEx(NORMAL, "");