From 2ee14543e90fce94620d21ac5d52870fae27ab67 Mon Sep 17 00:00:00 2001 From: florianrock <45316656+florianrock@users.noreply.github.com> Date: Sat, 24 Nov 2018 18:47:30 +0100 Subject: [PATCH] corrected hitagS reader cmd help --- client/cmdlfhitag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdlfhitag.c b/client/cmdlfhitag.c index 54d6717c..b4165407 100644 --- a/client/cmdlfhitag.c +++ b/client/cmdlfhitag.c @@ -264,9 +264,9 @@ int CmdLFHitagReader(const char *Cmd) { PrintAndLog("Reader Functions:"); PrintAndLog(" HitagS (0*)"); PrintAndLog(" 01 (Challenge) read all pages from a Hitag S tag"); - PrintAndLog(" 02 (set to 0 if no authentication is needed) read all pages from a Hitag S tag"); + PrintAndLog(" 02 (set to 0 if no authentication is needed) read all pages from a Hitag S tag"); PrintAndLog(" 03 (Challenge) read all blocks from a Hitag S tag"); - PrintAndLog(" 04 (set to 0 if no authentication is needed) read all blocks from a Hitag S tag"); + PrintAndLog(" 04 (set to 0 if no authentication is needed) read all blocks from a Hitag S tag"); PrintAndLog(" Valid tagmodes are 0=STANDARD, 1=ADVANCED, 2=FAST_ADVANCED (default is ADVANCED)"); PrintAndLog(" Hitag1 (1*)"); PrintAndLog(" Hitag2 (2*)");