diff options
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 6b725156..7190f024 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1868,12 +1868,16 @@ <bitlbee-command name="plugins"> <short-description>List all the external plugins and protocols</short-description> - <syntax>plugins</syntax> + <syntax>plugins [info <name>]</syntax> <description> <para> This gives you a list of all the external plugins and protocols. </para> + + <para> + Use the <emphasis>info</emphasis> subcommand to get more details about a plugin. + </para> </description> </bitlbee-command> |