mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
fix helptext
This commit is contained in:
parent
171f9d4fcd
commit
ab3a8f4121
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ local ac = require('ansicolors')
|
||||||
|
|
||||||
copyright = ''
|
copyright = ''
|
||||||
author = "Christian Herrmann"
|
author = "Christian Herrmann"
|
||||||
version = 'v1.0.0'
|
version = 'v1.0.1'
|
||||||
desc = [[
|
desc = [[
|
||||||
This script loads a json format file, with the field "data" and a hexbyte array of data. Ie t55x7 dump,
|
This script loads a json format file, with the field "data" and a hexbyte array of data. Ie t55x7 dump,
|
||||||
it tries to identify which system based on block1, and detect block0 settings.
|
it tries to identify which system based on block1, and detect block0 settings.
|
||||||
|
@ -16,7 +16,7 @@ example = [[
|
||||||
script run lf_ident_json -i lf_t55xx.json
|
script run lf_ident_json -i lf_t55xx.json
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run lf_en4100_bulk.lua [-h] [-c] [-p password] [-s <start cn>] [-v]
|
script run lf_ident_json.lua [-h] [-c] [-p password] [-s <start cn>] [-v]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue