diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-10 07:06:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-10 07:06:21 +0100 |
commit | e6e8f34b4ab1a41b8cbea735f51e4be355e0c696 (patch) | |
tree | 221093af291eef458b2cfa15f29c42fb1132fe56 /doc/it | |
parent | e734914380d481c4facdf27653ecacc85df32174 (diff) | |
download | weechat-e6e8f34b4ab1a41b8cbea735f51e4be355e0c696.zip |
script: update help on /script search
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/script_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/script_commands.asciidoc b/doc/it/autogen/user/script_commands.asciidoc index 62801b867..b0d366845 100644 --- a/doc/it/autogen/user/script_commands.asciidoc +++ b/doc/it/autogen/user/script_commands.asciidoc @@ -18,7 +18,7 @@ list: list loaded scripts (all languages) -o: send list of loaded scripts to buffer -i: copy list of loaded scripts in command line (for sending to buffer) - search: search scripts by tags or text and display result on scripts buffer + search: search scripts by tags, language (python, perl, ...), filename extension (py, pl, ...) or text; result is displayed on scripts buffer show: show detailed info about a script load: load script(s) unload: unload script(s) |