X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/acfdf9528b1479155d29c8f107a0b68aec8c8dfb..6a2c1d8e1451df63aaab3790a3c2d97afb74b89b:/client/scripts/htmldump.lua diff --git a/client/scripts/htmldump.lua b/client/scripts/htmldump.lua index 22e785f7..e6c1393b 100644 --- a/client/scripts/htmldump.lua +++ b/client/scripts/htmldump.lua @@ -3,9 +3,9 @@ getopt = require('getopt') bin = require('bin') -example = "script run 14araw -x 6000F57b" +example = "script run htmldump -o mifarecard_foo.html" author = "Martin Holst Swende" -usage = "script run htmldump [-f ]" +usage = "script run htmldump [-i ] [-o ]" desc =[[ This script takes a dumpfile and produces a html based dump, which is a bit more easily analyzed.