diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 18:55:43 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 18:55:43 +0100 |
commit | 9498a777ad557261f0ebdf94467d4cfe2b033b07 (patch) | |
tree | 0760e42b02af337e4b8b231f570aecfde6bc6144 /doc/en/autogen/ruby_commands.xml | |
parent | 2204935f3e1962a11c5e7cf3d1c56261c2d63d06 (diff) | |
download | weechat-9498a777ad557261f0ebdf94467d4cfe2b033b07.zip |
Add doc for default plugins in user guide
Diffstat (limited to 'doc/en/autogen/ruby_commands.xml')
-rw-r--r-- | doc/en/autogen/ruby_commands.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/autogen/ruby_commands.xml b/doc/en/autogen/ruby_commands.xml index 87e16a84c..16d04edb7 100644 --- a/doc/en/autogen/ruby_commands.xml +++ b/doc/en/autogen/ruby_commands.xml @@ -6,7 +6,7 @@ docgen.pl builds XML doc files to include in many languages --> -<command>ruby [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command> +<command>/ruby [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command> <programlisting> list/load/unload scripts @@ -15,3 +15,4 @@ name: a script name Without argument, this command lists all loaded scripts. </programlisting> + |