diff options
Diffstat (limited to 'doc/en/autogen/user/lua_commands.adoc')
-rw-r--r-- | doc/en/autogen/user/lua_commands.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/lua_commands.adoc b/doc/en/autogen/user/lua_commands.adoc index 663842911..885d5f4ca 100644 --- a/doc/en/autogen/user/lua_commands.adoc +++ b/doc/en/autogen/user/lua_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- |