mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
intial
This commit is contained in:
parent
f4f61fecd6
commit
50f5b1b422
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ local function main( args)
|
|||
print( string.rep('--',20) )
|
||||
|
||||
dbg('script started')
|
||||
local err, data, data2, k, v, i
|
||||
local err, data, data2, k, v, i, verbose = 0
|
||||
-- Read the parameters
|
||||
for o, a in getopt.getopt(args, 'hdv') do
|
||||
if o == 'h' then return help() end
|
||||
|
|
Loading…
Reference in a new issue