mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Update and rename htmldump.lua to data_dumptohtml.lua
This commit is contained in:
parent
16f8ccd8b3
commit
29c8b3aa4e
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ This script takes a dumpfile and produces a html based dump, which is a
|
||||||
bit more easily analyzed.
|
bit more easily analyzed.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
script run htmldump -o mifarecard_foo.html
|
script run data_dumptohtml -o mifarecard_foo.html
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run htmldump [-i <file>] [-o <file>]
|
script run data_dumptohtml [-i <file>] [-o <file>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Reference in a new issue