From b7a1674bf6227a0231682a0865e099efbd8719f5 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 14 Sep 2018 08:12:03 +0200 Subject: [PATCH] helptext --- client/cmdlfem4x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlfem4x.c b/client/cmdlfem4x.c index 1e408bbf6..762b4fe0b 100644 --- a/client/cmdlfem4x.c +++ b/client/cmdlfem4x.c @@ -41,7 +41,7 @@ int usage_lf_em410x_write(void) { PrintAndLogEx(NORMAL, " - 0|1 T5555 (Q5) / T55x7"); PrintAndLogEx(NORMAL, " - 16|32|40|64, optional, set R/F clock rate, defaults to 64"); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " lf em 410x_write 0F0368568B"); + PrintAndLogEx(NORMAL, " lf em 410x_write 0F0368568B 1 = write ID to t55x7 card"); return 0; } int usage_lf_em410x_ws(void) {