added some help

This commit is contained in:
merlokk 2017-11-28 15:14:22 +02:00
commit 428e5d9452

View file

@ -786,7 +786,8 @@ int CmdHF14ACmdRaw(const char *cmd) {
CLIParserInit("hf 14a raw", "Send raw hex data to tag", CLIParserInit("hf 14a raw", "Send raw hex data to tag",
"Sample:\n"\ "Sample:\n"\
"\thf 14a raw -pa -b7 -t1000 52 -- execute WUPA\n"\ "\thf 14a raw -pa -b7 -t1000 52 -- execute WUPA\n"\
"\thf 14a raw -p 9320 -- anticollision\n"); "\thf 14a raw -p 9320 -- anticollision\n"\
"\thf 14a raw -psc 60 00 -- select and mifare AUTH\n");
void* argtable[] = { void* argtable[] = {
arg_param_begin, arg_param_begin,
arg_lit0("rR", "nreply", "do not read response"), arg_lit0("rR", "nreply", "do not read response"),