diff --git a/helpers.lua b/helpers.lua index f99605c..5fab4cf 100644 --- a/helpers.lua +++ b/helpers.lua @@ -226,7 +226,7 @@ function helpers.scroll(text, maxlen, widget) end -- }}} --- {{{ Return result from sysctl variable as table (async) +-- {{{ Parse output of sysctl command calling the `parse` function function helpers.sysctl_async(path_table, parse) local ret = {} local path = {}