mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
hf mf rdbl: fix example
This commit is contained in:
parent
e68c56b89c
commit
11884de016
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ static int CmdHF14AMfRdBl(const char *Cmd) {
|
|||
CLIParserInit(&ctx, "hf mf rdbl",
|
||||
"Read MIFARE Classic block",
|
||||
"hf mf rdbl --blk 0 -k FFFFFFFFFFFF\n"
|
||||
"hf mf rdbl -b 3 -v -> get block 3, decode sector trailer\n"
|
||||
"hf mf rdbl --blk 3 -v -> get block 3, decode sector trailer\n"
|
||||
);
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
|
|
Loading…
Reference in a new issue