diff options
Diffstat (limited to '')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -691,7 +691,7 @@ function do_rules() end function do_finger() - os.execute("/usr/bin/finger -sh") + os.execute("/usr/bin/finger -s") end -- MAIN PROGRAM BODY BELOW |