From bd13f72a59e8a094c5022eb79fefb1469c8c3e91 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 14 Oct 2019 22:32:58 +0200 Subject: [PATCH] textual --- client/cmdhficlass.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 67aa84396..bb20e5b3a 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -150,7 +150,7 @@ static int usage_hf_iclass_writeblock(void) { return PM3_SUCCESS; } static int usage_hf_iclass_readblock(void) { - PrintAndLogEx(NORMAL, "Usage: hf iclass readblk b k [c|e|r|v]\n"); + PrintAndLogEx(NORMAL, "Usage: hf iclass rdbl b k [c|e|r|v]\n"); PrintAndLogEx(NORMAL, "Options:"); PrintAndLogEx(NORMAL, " b : The block number as 2 hex symbols"); PrintAndLogEx(NORMAL, " k : Access Key as 16 hex symbols or 1 hex to select key from memory"); @@ -159,9 +159,9 @@ static int usage_hf_iclass_readblock(void) { PrintAndLogEx(NORMAL, " r : raw, no computations applied to key"); PrintAndLogEx(NORMAL, " v : verbose output"); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " hf iclass readblk b 06 k 0011223344556677"); - PrintAndLogEx(NORMAL, " hf iclass readblk b 1B k 0011223344556677 c"); - PrintAndLogEx(NORMAL, " hf iclass readblk b 0A k 0"); + PrintAndLogEx(NORMAL, " hf iclass rdbl b 06 k 0011223344556677"); + PrintAndLogEx(NORMAL, " hf iclass rdbl b 1B k 0011223344556677 c"); + PrintAndLogEx(NORMAL, " hf iclass rdbl b 0A k 0"); return PM3_SUCCESS; } static int usage_hf_iclass_readtagfile() {