aboutsummaryrefslogtreecommitdiff
path: root/telem.lua
diff options
context:
space:
mode:
Diffstat (limited to 'telem.lua')
-rwxr-xr-xtelem.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/telem.lua b/telem.lua
index d5670b2..694f4b9 100755
--- a/telem.lua
+++ b/telem.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua5.2
-telemver = "0.2 // 2018-05-04"
+telemver = "0.3 // 2018-05-04"
io = require("io")
os = require("os")
@@ -215,7 +215,7 @@ function do_stub()
end
function do_who()
- os.execute("/usr/bin/who")
+ os.execute("/usr/bin/w")
end
-- MAIN PROGRAM BODY BELOW