From 57feefcfcb16dfa8488ebdf185e90e5525bf9d30 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 28 Aug 2020 15:57:15 +0200 Subject: [PATCH] textual Q5 --- client/src/cmdlfpresco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfpresco.c b/client/src/cmdlfpresco.c index 5e1ab1611..051be2126 100644 --- a/client/src/cmdlfpresco.c +++ b/client/src/cmdlfpresco.c @@ -27,7 +27,7 @@ static int CmdHelp(const char *Cmd); static int usage_lf_presco_clone(void) { - PrintAndLogEx(NORMAL, "clone a Presco tag to a T55x7 or Q5/T555 tag."); + PrintAndLogEx(NORMAL, "clone a Presco tag to a T55x7 or Q5/T5555 tag."); PrintAndLogEx(NORMAL, "Usage: lf presco clone [h] d c "); PrintAndLogEx(NORMAL, "Options:"); PrintAndLogEx(NORMAL, " h : this help");