diff options
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. |