diff options
Diffstat (limited to 'repl.lua')
-rw-r--r-- | repl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ local function result(ok,...) print("error: "..(...)) end end -io.write("lua_repl_good for ".._VERSION) +io.write("lua-repl-good for ".._VERSION) if jit then io.write(" ("..jit.version..")") end io.write"\n" |