mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-27 09:37:15 +08:00
fix text
This commit is contained in:
parent
caf9809c0c
commit
c45331e1e2
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ static int CmdHF14AMfDarkside(const char *Cmd) {
|
|||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_int0(NULL, "blk", "<dec> ", "Simulation type to use"),
|
||||
arg_int0(NULL, "blk", "<dec> ", "Target block"),
|
||||
arg_lit0("b", NULL, "Target key B instead of default key A"),
|
||||
arg_param_end
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue