fix a number of strx usages

This commit is contained in:
Philippe Teuwen 2022-01-01 02:37:00 +01:00
parent cb5cd18ff2
commit 7a5786b9e4
23 changed files with 95 additions and 95 deletions

View file

@ -1450,7 +1450,7 @@ static int CmdHF15Raw(const char *Cmd) {
arg_lit0("c", "crc", "calculate and append CRC"),
arg_lit0("k", NULL, "keep signal field ON after receive"),
arg_lit0("r", NULL, "do not read response"),
arg_strx1("d", "data", "<hex>", "raw bytes to send"),
arg_str1("d", "data", "<hex>", "raw bytes to send"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);