corrected hitagS reader cmd help

This commit is contained in:
florianrock 2018-11-24 18:47:30 +01:00 committed by GitHub
commit 2ee14543e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,9 +264,9 @@ int CmdLFHitagReader(const char *Cmd) {
PrintAndLog("Reader Functions:");
PrintAndLog(" HitagS (0*)");
PrintAndLog(" 01 <nr> <ar> <firstPage> <tagmode> (Challenge) read all pages from a Hitag S tag");
PrintAndLog(" 02 <key> <firstPage> <tagmode> (set to 0 if no authentication is needed) read all pages from a Hitag S tag");
PrintAndLog(" 02 <key> (set to 0 if no authentication is needed) <firstPage> <tagmode> read all pages from a Hitag S tag");
PrintAndLog(" 03 <nr> <ar> <firstPage> <tagmode> (Challenge) read all blocks from a Hitag S tag");
PrintAndLog(" 04 <key> <firstPage> <tagmode> (set to 0 if no authentication is needed) read all blocks from a Hitag S tag");
PrintAndLog(" 04 <key> (set to 0 if no authentication is needed) <firstPage> <tagmode> 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*)");