From 147aaef6f538c2ed69dd2516d114a8c497599d9d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 17 Jul 2019 13:06:31 -0400 Subject: Extended help now opens the man page Signed-off-by: Solderpunk --- telem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telem.lua') diff --git a/telem.lua b/telem.lua index f077680..9418136 100755 --- a/telem.lua +++ b/telem.lua @@ -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() -- cgit v1.2.3