Do not recommend io.popen()

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2019-02-27 10:26:16 +01:00
parent 2d2dba0d80
commit 731e4736e5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ util.spawn_with_shell = function(...)
end
util.pread = function()
gdebug.deprecate("Use io.popen() directly or look at awful.spawn.easy_async() "
gdebug.deprecate("Use awful.spawn.easy_async() "
.. "for an asynchronous alternative", {deprecated_in=4})
return ""
end