summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/python_commands.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/user/python_commands.adoc')
-rw-r--r--doc/en/autogen/user/python_commands.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/python_commands.adoc b/doc/en/autogen/user/python_commands.adoc
index 936306bfb..a3a49558e 100644
--- a/doc/en/autogen/user/python_commands.adoc
+++ b/doc/en/autogen/user/python_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.
----