mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
missing command options for restore function
This commit is contained in:
parent
139d4fca9d
commit
1de4991bd0
1 changed files with 2 additions and 2 deletions
|
@ -1143,8 +1143,8 @@ int CmdEM4x50Restore(const char *Cmd) {
|
|||
"Restores data from dumpfile onto a Em4x50 tag.",
|
||||
"lf em 4x50_restore -u 1b5aff5c -> uses lf-4x50-1B5AFF5C-dump.bin\n"
|
||||
"lf em 4x50_restore -f mydump.eml -> uses mydump.eml\n"
|
||||
"lf em 4x50_restore -u 1b5aff5c -p 12345678 -> \n"
|
||||
"lf em 4x50_restore -f mydump.eml -p 12345678 -> \n"
|
||||
"lf em 4x50_restore -u 1b5aff5c -p 12345678\n"
|
||||
"lf em 4x50_restore -f mydump.eml -p 12345678\n"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue