mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
cmdhfseos: fixed typo
This commit is contained in:
parent
e05c36d4ea
commit
098e3765c0
1 changed files with 1 additions and 1 deletions
|
@ -1633,7 +1633,7 @@ static int CmdHfSeosSAM(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "hf seos sam",
|
CLIParserInit(&ctx, "hf seos sam",
|
||||||
"Extract PACS via a HID SAM\n",
|
"Extract PACS via a HID SAM\n",
|
||||||
"hf seos sam\n"
|
"hf seos sam\n"
|
||||||
"hd seos sam -d a005a103800104 -> get PACS data\n"
|
"hf seos sam -d a005a103800104 -> get PACS data\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue