chg: 'script run 14araw' - if empty args, show help

This commit is contained in:
iceman1001 2017-12-12 20:06:20 +01:00
parent 4781ee78e8
commit 7f706e1466

View file

@ -71,9 +71,7 @@ end
-- The main entry point -- The main entry point
function main(args) function main(args)
if args == nil or #args == 0 then if args == nil or #args == 0 then return help() end
return help()
end
local ignore_response = false local ignore_response = false
local append_crc = false local append_crc = false