diff options
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,7 @@ function do_help() end function do_help2() - cat_file(path.join(_BBS_ROOT, "docs", "help2")) + os.execute("man 1 telem") end function do_list() |