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);