fix: 'script run 14araw' - correct getoptions pattern.

This commit is contained in:
iceman1001 2017-10-05 17:32:20 +02:00
parent 9701643fdd
commit 5eb6836587

View file

@ -84,7 +84,7 @@ function main(args)
local no_rats = false
-- Read the parameters
for o, a in getopt.getopt(args, 'corcpx:t3') do
for o, a in getopt.getopt(args, 'orcpx:dt3') do
if o == "o" then doconnect = false end
if o == "r" then ignore_response = true end
if o == "c" then appendcrc = true end