mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
update eload argument text
This commit is contained in:
parent
71cf7da4c2
commit
2648ed0354
1 changed files with 2 additions and 2 deletions
|
@ -882,8 +882,8 @@ static int CmdHFiClassELoad(const char *Cmd) {
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_str1("f", "file", "<filename>", "filename of dump"),
|
arg_str1("f", "file", "<filename>", "filename of dump"),
|
||||||
arg_lit0(NULL, "json", "print from this block (default block6)"),
|
arg_lit0(NULL, "json", "load JSON type dump"),
|
||||||
arg_lit0(NULL, "eml", "end printing at this block (default 0, ALL)"),
|
arg_lit0(NULL, "eml", "load EML type dump"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue