mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: fixed some spelling misstakes in luascript.
ADD: fixed some spelling misstakes in "hf mfu eload" help
This commit is contained in:
parent
0de8e3874d
commit
f3cfe428f8
5 changed files with 50 additions and 53 deletions
|
@ -1199,7 +1199,7 @@ int usage_hf_mfu_wrbl(void) {
|
|||
|
||||
int usage_hf_mfu_eload(void) {
|
||||
PrintAndLog("It loads emulator dump from the file `filename.eml`\n");
|
||||
PrintAndLog("Usage: hf mf eload t <card memory> i <file name w/o `.eml`>\n");
|
||||
PrintAndLog("Usage: hf mfu eload t <card memory> i <file name w/o `.eml`>\n");
|
||||
PrintAndLog(" Options:");
|
||||
PrintAndLog(" t <card memory> : Tag memorysize/type");
|
||||
PrintAndLog(" i <file> : file name w/o `.eml`");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue