diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 20:32:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 20:35:30 +0100 |
commit | c4626bc08ab972625cd8ada2a05cfc3b8436a63c (patch) | |
tree | b409176768b49bc4ebe5cea5e277127c0ca9374f /doc/en/autogen/user | |
parent | d7122cd6be8095d31a93e30e361ff1bcb31811bc (diff) | |
download | weechat-c4626bc08ab972625cd8ada2a05cfc3b8436a63c.zip |
scripts: add option "version" in script commands (closes #1075)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/guile_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/javascript_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/lua_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/perl_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/php_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/python_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/ruby_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/tcl_commands.adoc | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/doc/en/autogen/user/guile_commands.adoc b/doc/en/autogen/user/guile_commands.adoc index 027a1bfaa..3b5d8fbe2 100644 --- a/doc/en/autogen/user/guile_commands.adoc +++ b/doc/en/autogen/user/guile_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. ---- diff --git a/doc/en/autogen/user/javascript_commands.adoc b/doc/en/autogen/user/javascript_commands.adoc index 0f77bba35..4a4ab1a00 100644 --- a/doc/en/autogen/user/javascript_commands.adoc +++ b/doc/en/autogen/user/javascript_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. ---- 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. ---- diff --git a/doc/en/autogen/user/perl_commands.adoc b/doc/en/autogen/user/perl_commands.adoc index fca9c12cf..c047a2f0e 100644 --- a/doc/en/autogen/user/perl_commands.adoc +++ b/doc/en/autogen/user/perl_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. ---- diff --git a/doc/en/autogen/user/php_commands.adoc b/doc/en/autogen/user/php_commands.adoc index 6392dda50..ee1cc62f3 100644 --- a/doc/en/autogen/user/php_commands.adoc +++ b/doc/en/autogen/user/php_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. ---- 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. ---- diff --git a/doc/en/autogen/user/ruby_commands.adoc b/doc/en/autogen/user/ruby_commands.adoc index 751a36b4e..9e4b70552 100644 --- a/doc/en/autogen/user/ruby_commands.adoc +++ b/doc/en/autogen/user/ruby_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. ---- diff --git a/doc/en/autogen/user/tcl_commands.adoc b/doc/en/autogen/user/tcl_commands.adoc index 008dabbe0..124f9adae 100644 --- a/doc/en/autogen/user/tcl_commands.adoc +++ b/doc/en/autogen/user/tcl_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. ---- |