mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
change option
This commit is contained in:
parent
8df134f11a
commit
7818161e95
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ static int CmdHFTexkomReader(const char *Cmd) {
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_lit0("g", "gbuffer", "Get data from graph buffer"),
|
arg_lit0("1", NULL, "Use data from Graphbuffer"),
|
||||||
arg_lit0("v", "verbose", "Verbose scan and output"),
|
arg_lit0("v", "verbose", "Verbose scan and output"),
|
||||||
arg_lit0("@", NULL, "optional - continuous reader mode"),
|
arg_lit0("@", NULL, "optional - continuous reader mode"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue