This commit is contained in:
iceman1001 2019-04-29 14:49:18 +02:00
parent f4f61fecd6
commit 50f5b1b422

View file

@ -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