aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2018-12-08 13:34:32 +0000
committerSolderpunk <solderpunk@sdf.org>2018-12-08 13:34:32 +0000
commit4d0ef76e701becd14a4312bd7b64e293cd528f9c (patch)
tree67b17198ebe509763d662982d7e126a832fd2be1
parentUse thread and post terms more consistently. (diff)
More helpful error message.
-rwxr-xr-xtelem.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/telem.lua b/telem.lua
index ce6bd87..c99d3a9 100755
--- a/telem.lua
+++ b/telem.lua
@@ -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