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:
koniu 2009-04-23 09:12:53 +01:00 committed by Julien Danjou
parent daf7192868
commit 241ff97666
1 changed files with 1 additions and 1 deletions

View File

@ -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)