mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
missing some verbose
This commit is contained in:
parent
05353deb4a
commit
c3f2f0dfda
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ static int CmdAnalyseCHKSUM(const char *Cmd) {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_str1("d", "data", "<hex>", "bytes to calc checksum"),
|
arg_str1("d", "data", "<hex>", "bytes to calc checksum"),
|
||||||
arg_str0("m", "mask", "<hex>", "bit mask to limit the output (4 hex bytes max)"),
|
arg_str0("m", "mask", "<hex>", "bit mask to limit the output (4 hex bytes max)"),
|
||||||
arg_lit0("v", "verbose", "verbose"),
|
arg_lit0("v", "verbose", "verbose output"),
|
||||||
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