This commit is contained in:
iceman1001 2024-01-16 13:53:19 +01:00
parent 13b74dd817
commit fe0eedaa6a
2 changed files with 3 additions and 3 deletions

View file

@ -1398,12 +1398,12 @@ static int CmdHF14ACmdRaw(const char *Cmd) {
arg_lit0("r", NULL, "Do not read response"),
arg_lit0("s", NULL, "Active signal field ON with select"),
arg_int0("t", "timeout", "<ms>", "Timeout in milliseconds"),
arg_int0("b", NULL, "<dec>","Number of bits to send. Useful for send partial byte"),
arg_int0("b", NULL, "<dec>", "Number of bits to send. Useful for send partial byte"),
arg_lit0("v", "verbose", "Verbose output"),
arg_lit0(NULL, "ecp", "Use enhanced contactless polling"),
arg_lit0(NULL, "mag", "Use Apple magsafe polling"),
arg_lit0(NULL, "topaz", "Use Topaz protocol to send command"),
arg_strx1(NULL, NULL, "<hex>","Raw bytes to send"),
arg_strx1(NULL, NULL, "<hex>", "Raw bytes to send"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);

View file

@ -12242,6 +12242,6 @@
"metadata": {
"commands_extracted": 707,
"extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2024-01-16T10:52:42"
"extracted_on": "2024-01-16T12:52:56"
}
}