diff options
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ function do_type() c = getchar() io.write("\n") if type_dispatch[c] == nil then - print("Eh?") + print("Invalid command!") else type_dispatch[c]() end |