summaryrefslogtreecommitdiff
path: root/meta/template/os.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/os.lua')
-rw-r--r--meta/template/os.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/os.lua b/meta/template/os.lua
index af9b3278..711a17b6 100644
--- a/meta/template/os.lua
+++ b/meta/template/os.lua
@@ -45,11 +45,11 @@ function os.difftime(t2, t1) end
---#DES 'os.execute'
---#if VERSION <= 5.1 then
----@param command string
+---@param command? string
---@return integer code
function os.execute(command) end
---#else
----@param command string
+---@param command? string
---@return boolean? suc
---@return exitcode? exitcode
---@return integer? code