FIX: 'script run legic_clone' - correct getoptions pattern

This commit is contained in:
iceman1001 2017-10-05 17:34:33 +02:00
commit feea1a45d9

View file

@ -453,7 +453,7 @@ function main(args)
local segments = {}
-- parse arguments for the script
for o, a in getopt.getopt(args, 'hwsdc:i::o:') do
for o, a in getopt.getopt(args, 'hwsdc:i:o:') do
-- output file
if o == "o" then
outfile = a