diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 21:42:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 21:42:34 +0200 |
commit | 09f80c20d689831eaf2cf5a06f2e567a76ed0a73 (patch) | |
tree | db9a59af54f7678b9ebea55c770611d85a5d3b1c /doc/en/autogen | |
parent | 129f32ce8ed0fb6d8b37ed945455144bd83ce95a (diff) | |
download | weechat-09f80c20d689831eaf2cf5a06f2e567a76ed0a73.zip |
script: add options -o and -i for /script list
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/script_commands.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/autogen/user/script_commands.txt b/doc/en/autogen/user/script_commands.txt index 39708cfd5..f06320f60 100644 --- a/doc/en/autogen/user/script_commands.txt +++ b/doc/en/autogen/user/script_commands.txt @@ -1,7 +1,7 @@ [[command_script_script]] [command]*`script`* WeeChat scripts manager:: ........................................ -/script list +/script list [-o|-i] search <text> show <script> load|unload|reload <script> [<script>...] @@ -10,6 +10,8 @@ update 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 show: show detailed info about a script load: load script(s) |