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` 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 =[[ example =[[
1. script run emul2dump 1. script run data_emulatortodump
2. script run emul2dump -i myfile.eml 2. script run data_emulatortodump -i myfile.eml
3. script run emul2dump -i myfile.eml -o myfile.bin 3. script run data_emulatortodump -i myfile.eml -o myfile.bin
]] ]]
usage = [[ usage = [[
script run emul2dump [-i <file>] [-o <file>] script run data_emulatortodump [-i <file>] [-o <file>]
]] ]]
arguments = [[ arguments = [[
-h This help -h This help