aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index d8fee92..8500fe1 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -138,7 +138,7 @@ if not args or args.help then
os.exit(EXIT_FAILURE)
end
local nomsu = NomsuCompiler
-nomsu.arg = NomsuCompiler.list(args.nomsu_args)
+nomsu.arg = NomsuCompiler._List(args.nomsu_args)
if args.version then
nomsu:run([[use "core"
say (Nomsu version)]])