aboutsummaryrefslogtreecommitdiff
path: root/telem.lua
diff options
context:
space:
mode:
Diffstat (limited to 'telem.lua')
-rwxr-xr-xtelem.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/telem.lua b/telem.lua
index 710bd20..261fe2f 100755
--- a/telem.lua
+++ b/telem.lua
@@ -365,7 +365,8 @@ function do_new()
end
function do_scan()
- for _, board in ipairs(boards) do
+ for i, board in ipairs(boards) do
+ io.write(string.format("%3d ", i))
io.write("Scanning " .. colourise("cyan", stringx.ljust(board.name,20)))
local threads = get_threads(board)
local updated_threads = 0