Update and rename emul2dump.lua to data_emulatortodump.lua

This commit is contained in:
Marlin Sööse 2020-08-13 10:33:54 -06:00 committed by Philippe Teuwen
parent f2e683f248
commit 00e29aec13

View file

@ -10,12 +10,12 @@ desc =[[
This script takes an dumpfile in EML (ASCII) format and converts it to the PM3 dumpbin file to be used with `hf mf restore`
]]
example =[[
1. script run emul2dump
2. script run emul2dump -i myfile.eml
3. script run emul2dump -i myfile.eml -o myfile.bin
1. script run data_emulatortodump
2. script run data_emulatortodump -i myfile.eml
3. script run data_emulatortodump -i myfile.eml -o myfile.bin
]]
usage = [[
script run emul2dump [-i <file>] [-o <file>]
script run data_emulatortodump [-i <file>] [-o <file>]
]]
arguments = [[
-h This help