From 2fca3ad92d74206a4d92ab695e5acc711364d723 Mon Sep 17 00:00:00 2001 From: "martin.holst@gmail.com" Date: Thu, 3 Oct 2013 13:58:14 +0000 Subject: [PATCH] Some documentation improvement --- client/scripts/dumptoemul.lua | 4 ++-- client/scripts/htmldump.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/scripts/dumptoemul.lua b/client/scripts/dumptoemul.lua index 26e69fcc..b9d9b89a 100644 --- a/client/scripts/dumptoemul.lua +++ b/client/scripts/dumptoemul.lua @@ -3,9 +3,9 @@ getopt = require('getopt') bin = require('bin') -example = "script run 14araw -x 6000F57b" +example = "script run dumptoemul -i dumpdata-foobar.bin" author = "Martin Holst Swende" -usage = "script run htmldump [-f ]" +usage = "script run dumptoemul [-i ] [-o ]" desc =[[ This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used by the emulator 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. -- 2.39.2