Some documentation improvement

This commit is contained in:
martin.holst@gmail.com 2013-10-03 13:58:14 +00:00
parent c9e2f7807e
commit 2fca3ad92d
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@
getopt = require('getopt') getopt = require('getopt')
bin = require('bin') bin = require('bin')
example = "script run 14araw -x 6000F57b" example = "script run dumptoemul -i dumpdata-foobar.bin"
author = "Martin Holst Swende" author = "Martin Holst Swende"
usage = "script run htmldump [-f <file>]" usage = "script run dumptoemul [-i <file>] [-o <file>]"
desc =[[ desc =[[
This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used
by the emulator by the emulator

View file

@ -3,9 +3,9 @@
getopt = require('getopt') getopt = require('getopt')
bin = require('bin') bin = require('bin')
example = "script run 14araw -x 6000F57b" example = "script run htmldump -o mifarecard_foo.html"
author = "Martin Holst Swende" author = "Martin Holst Swende"
usage = "script run htmldump [-f <file>]" usage = "script run htmldump [-i <file>] [-o <file>]"
desc =[[ desc =[[
This script takes a dumpfile and produces a html based dump, which is a This script takes a dumpfile and produces a html based dump, which is a
bit more easily analyzed. bit more easily analyzed.