From 8587b93e0d7fdb4f5e329762c2d5a95696ca7236 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 15 Apr 2021 18:11:44 +0200 Subject: [PATCH] text --- client/src/cmdhf14a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index c6283e794..e382a5714 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -1198,7 +1198,7 @@ static int CmdHF14ACmdRaw(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf 14a raw", - "Sends an raw bytes over ISO14443a. With option to use TOPAZ 14a mode.", + "Sends raw bytes over ISO14443a. With option to use TOPAZ 14a mode.", "hf 14a raw -sc 3000 -> select, crc, where 3000 == 'read block 00'\n" "hf 14a raw -ak -b 7 40 -> send 7 bit byte 0x40\n" );