diff options
Diffstat (limited to 'server/locale/en-US/libs/lua/os.lni')
-rw-r--r-- | server/locale/en-US/libs/lua/os.lni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/lua/os.lni b/server/locale/en-US/libs/lua/os.lni index 7a4591a7..8be67434 100644 --- a/server/locale/en-US/libs/lua/os.lni +++ b/server/locale/en-US/libs/lua/os.lni @@ -10,6 +10,9 @@ description = 'Returns the difference, in seconds, from time `t1` to time `t2`.' [execute] description = 'Passes `command` to be executed by an operating system shell.' +['execute Lua 5.1'] +description = 'Passes `command` to be executed by an operating system shell.' + [exit] description = 'Calls the ISO C function `exit` to terminate the host program.' |