From 3da213015317628cc1f9cd22b566e21b7b48524e Mon Sep 17 00:00:00 2001 From: tcprst Date: Fri, 2 Oct 2020 21:35:09 -0400 Subject: [PATCH] fix cliparser for hf st sim UID --- client/src/cmdhfst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfst.c b/client/src/cmdhfst.c index ce40946c1..ff2b682bc 100644 --- a/client/src/cmdhfst.c +++ b/client/src/cmdhfst.c @@ -321,7 +321,7 @@ static int cmd_hf_st_sim(const char *Cmd) { void *argtable[] = { arg_param_begin, - arg_strx1("u", "uid", "", "7 byte UID"), + arg_str1("u", "uid", "", "7 byte UID"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false);