awful.util: add missing - to show pread in luadoc
Signed-off-by: koniu <gkusnierz@gmail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
daf7192868
commit
241ff97666
|
@ -74,7 +74,7 @@ function spawn(cmd, sn, screen)
|
|||
end
|
||||
end
|
||||
|
||||
-- Read a program output and returns its output as a string.
|
||||
--- Read a program output and returns its output as a string.
|
||||
-- @param cmd The command to run.
|
||||
-- @return A string with the program output.
|
||||
function pread(cmd)
|
||||
|
|
Loading…
Reference in New Issue