mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
ADD: fixed some spelling misstakes in luascript.
ADD: fixed some spelling misstakes in "hf mfu eload" help
This commit is contained in:
parent
0de8e3874d
commit
f3cfe428f8
5 changed files with 50 additions and 53 deletions
|
@ -2,9 +2,8 @@
|
|||
-- Have a look there for further details
|
||||
getopt = require('getopt')
|
||||
bin = require('bin')
|
||||
|
||||
example = "script run dumptoemul -i dumpdata-foobar.bin"
|
||||
author = "Martin Holst Swende"
|
||||
example = "script run dumptoemul-mfu -i dumpdata-foobar.bin"
|
||||
author = "Martin Holst Swende \n @Marshmellow"
|
||||
usage = "script run dumptoemul [-i <file>] [-o <file>]"
|
||||
desc =[[
|
||||
This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used
|
||||
|
@ -16,11 +15,6 @@ Arguments:
|
|||
-o <filename> Specifies the output file. If omitted, <uid>.eml is used.
|
||||
|
||||
]]
|
||||
|
||||
-------------------------------
|
||||
-- Some utilities
|
||||
-------------------------------
|
||||
|
||||
---
|
||||
-- A debug printout-function
|
||||
function dbg(args)
|
||||
|
@ -34,11 +28,11 @@ function oops(err)
|
|||
print("ERROR: ",err)
|
||||
end
|
||||
|
||||
|
||||
---
|
||||
-- Usage help
|
||||
function help()
|
||||
print(desc)
|
||||
print(author)
|
||||
print("Example usage")
|
||||
print(example)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue