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.
|
||||
3. script run formatMifare -x
|
||||
]]
|
||||
author = "Iceman"
|
||||
copyright = ''
|
||||
version = ''
|
||||
author = 'Iceman'
|
||||
usage = [[
|
||||
script run formatMifare -k <key> -n <key> -a <access> -x
|
||||
]]
|
||||
|
@ -66,6 +68,9 @@ end
|
|||
---
|
||||
-- Usage help
|
||||
function help()
|
||||
print(copyright)
|
||||
print(author)
|
||||
print(version)
|
||||
print(desc)
|
||||
print("Example usage")
|
||||
print(example)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue