From 0fc6f4d502f7e834ceee328b21ecb9ce3f1f250d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 14 Nov 2020 01:13:07 +0100 Subject: [PATCH] iceman egg --- 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 3cac51520..a51eaa204 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -1225,10 +1225,10 @@ static int CmdHF14ACmdRaw(const char *Cmd) { arg_int0("b", NULL, "", "number of bits to send. Useful for send partial byte"), arg_lit0("c", NULL, "calculate and append CRC"), arg_lit0("k", NULL, "keep signal field ON after receive"), + arg_lit0("3", NULL, "ISO14443-3 select only (skip RATS)"), arg_lit0("r", NULL, "do not read response"), arg_lit0("s", NULL, "active signal field ON with select"), arg_int0("t", "timeout", "", "timeout in milliseconds"), - arg_lit0("3", NULL, "ISO14443-3 select only (skip RATS)"), arg_lit0(NULL, "topaz", "use Topaz protocol to send command"), arg_strx1(NULL, NULL, "", "raw bytes to send"), arg_param_end