mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
ab3032c628
commit
9396aa4bf6
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ static int CmdHF14AReader(const char *Cmd) {
|
||||||
arg_lit0("s", "silent", "silent (no messages)"),
|
arg_lit0("s", "silent", "silent (no messages)"),
|
||||||
arg_lit0(NULL, "drop", "just drop the signal field"),
|
arg_lit0(NULL, "drop", "just drop the signal field"),
|
||||||
arg_lit0(NULL, "skip", "ISO14443-3 select only (skip RATS)"),
|
arg_lit0(NULL, "skip", "ISO14443-3 select only (skip RATS)"),
|
||||||
arg_lit0("@", NULL, "optional - continuous reader mode"),
|
arg_lit0("@", NULL, "continuous reader mode"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue