aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-12-25 19:50:31 -0300
committerdequis <dx@dxzone.com.ar>2016-12-25 21:18:55 -0300
commit6908ab747d1eb461c8b8e666113aed47924f5b58 (patch)
tree53bd6553eae895d9da607f7952003f587ed89931 /doc
parent1999fe5eadc7c7575e33542da42b0e21b10366d9 (diff)
Add 'plugins info' subcommand, only show plugin details there
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml6
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 &lt;name&gt;]</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>