mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: formatMifare.lua helptext output
This commit is contained in:
parent
5dbfb627fc
commit
9512f60227
1 changed files with 8 additions and 3 deletions
|
@ -14,7 +14,9 @@ example =[[
|
||||||
-- generate commands and excute them against card.
|
-- generate commands and excute them against card.
|
||||||
3. script run formatMifare -x
|
3. script run formatMifare -x
|
||||||
]]
|
]]
|
||||||
author = "Iceman"
|
copyright = ''
|
||||||
|
version = ''
|
||||||
|
author = 'Iceman'
|
||||||
usage = [[
|
usage = [[
|
||||||
script run formatMifare -k <key> -n <key> -a <access> -x
|
script run formatMifare -k <key> -n <key> -a <access> -x
|
||||||
]]
|
]]
|
||||||
|
@ -66,6 +68,9 @@ end
|
||||||
---
|
---
|
||||||
-- Usage help
|
-- Usage help
|
||||||
function help()
|
function help()
|
||||||
|
print(copyright)
|
||||||
|
print(author)
|
||||||
|
print(version)
|
||||||
print(desc)
|
print(desc)
|
||||||
print("Example usage")
|
print("Example usage")
|
||||||
print(example)
|
print(example)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue