diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-11 00:55:42 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-11 00:55:42 +0200 |
commit | 0847643b548d1f5014c1af56a86c0e6c2d7ce92f (patch) | |
tree | fc6d4e22462bc70bd04680e8409369529b98a28e /doc/source/commands.rst | |
parent | d18fe6c477332afd2a81a4723c2951c8328d0cf1 (diff) | |
download | poezio-0847643b548d1f5014c1af56a86c0e6c2d7ce92f.tar.gz poezio-0847643b548d1f5014c1af56a86c0e6c2d7ce92f.tar.bz2 poezio-0847643b548d1f5014c1af56a86c0e6c2d7ce92f.tar.xz poezio-0847643b548d1f5014c1af56a86c0e6c2d7ce92f.zip |
Fix #2421 (load and unload several plugins)
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r-- | doc/source/commands.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 20eeede1..746fbafb 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -60,14 +60,14 @@ These commands work in *any* tab. Just disconnect from the server and exit poezio. /load - **Usage:** ``/load <plugin name>`` + **Usage:** ``/load <plugin name> [<other plugin> …]`` - Load or reload a plugin. + Load or reload one or several plugins. /unload - **Usage:** ``/unload <plugin name>`` + **Usage:** ``/unload <plugin name> [<other plugin> …]`` - Unload a plugin. + Unload one or several plugins. /plugins List the loaded plugins. |