diff --git a/lib/awful/spawn.lua b/lib/awful/spawn.lua index 0ba19440..3ffb1f95 100644 --- a/lib/awful/spawn.lua +++ b/lib/awful/spawn.lua @@ -474,7 +474,7 @@ end --- Call `spawn.easy_async` with a shell. -- This calls `cmd` with `$SHELL -c` (via `awful.util.shell`). --- @tparam string|table cmd The command. +-- @tparam string cmd The command. -- @tab callback Function with the following arguments -- @tparam string callback.stdout Output on stdout. -- @tparam string callback.stderr Output on stderr.