diff --git a/client/scripts/Legic_clone.lua b/client/scripts/Legic_clone.lua index 2c8a84f4e..4c638f82f 100644 --- a/client/scripts/Legic_clone.lua +++ b/client/scripts/Legic_clone.lua @@ -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